summaryrefslogtreecommitdiff
path: root/passes
Commit message (Collapse)AuthorAge
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
|
* Added "opt_const -keepdc"Clifford Wolf2014-07-21
|
* Added mul to mux conversion to "opt_const -fine"Clifford Wolf2014-07-21
|
* Added "opt_const -fine" and "opt_reduce -fine"Clifford Wolf2014-07-21
|
* Added opt_const support for simple identitiesClifford Wolf2014-07-21
|
* Replaced depricated NEW_WIRE macro with module->addWire() callsClifford Wolf2014-07-21
|
* Removed deprecated module->new_wire()Clifford Wolf2014-07-21
|
* Wider range of cell types supported in "share" passClifford Wolf2014-07-21
|
* Use ezSAT::non_incremental() in "share" passClifford Wolf2014-07-21
|
* Added support for resource sharing in mux control logicClifford Wolf2014-07-20
|
* Added "select -assert-count"Clifford Wolf2014-07-20
|
* Supercell creation for $div/$mod worked all along, fixed test benchesClifford Wolf2014-07-20
|
* Fixed creation of shift supercells in "share" passClifford Wolf2014-07-20
|
* Added "miter -equiv -flatten"Clifford Wolf2014-07-20
|
* Added call_on_selection() and call_on_module() APIClifford Wolf2014-07-20
|
* Added "share" supercell creationClifford Wolf2014-07-20
|
* Added removing of always inactive cells to "share" passClifford Wolf2014-07-20
|
* Progress in "share" passClifford Wolf2014-07-20
|
* Progress in "share" passClifford Wolf2014-07-20
|
* Started to implement real resource sharingClifford Wolf2014-07-19
|
* Improved memory_share log messagesClifford Wolf2014-07-19
|
* More verbose memory_share help messageClifford Wolf2014-07-19
|
* Added SAT-based write-port sharing to memory_shareClifford Wolf2014-07-19
|
* Fixed bug in memory_share feedback-to-en codeClifford Wolf2014-07-19
|
* Added translation from read-feedback to en-signals in memory_shareClifford Wolf2014-07-18
|
* Improved seeding of color rng in show commandClifford Wolf2014-07-18
|
* Only create collision detect logic in memory_share if necessaryClifford Wolf2014-07-18
|
* Added memory_shareClifford Wolf2014-07-18
|
* Apply opt_reduce WR_EN opts to the whole mux tree driving the WR_EN portClifford Wolf2014-07-18
|
* Improved opt_reduce handling of mem wr_en mux bitsClifford Wolf2014-07-17
|
* Added support for "blackbox" attribute to iopadmapClifford Wolf2014-07-17
|
* Added support for "blackbox" attribute to flatten/techmapClifford Wolf2014-07-17
|
* improved opt_reduce for $mem/$memwr WR_EN multiplexersClifford Wolf2014-07-16
|
* Changes to "memory" pass for new $memwr/$mem WR_EN interfaceClifford Wolf2014-07-16
|
* now ignore init attributes on non-register wires in sat commandClifford Wolf2014-07-05
|
* Do not create $dffsr cells with no-op resets in proc_dffClifford Wolf2014-06-19
|
* Added %D and %c select commandsClifford Wolf2014-06-14
|
* fixed cell array handling of positional argumentsClifford Wolf2014-06-07
|
* Add support for cell arraysClifford Wolf2014-06-07
|
* added tee cmdClifford Wolf2014-06-03
|
* Fixed log messages in memory_dffClifford Wolf2014-06-01
|
* added log_header to miter and expose pass, show cell type for exposed portsJohann Glaser2014-05-28
|
* be more verbose when techmap yielded processesJohann Glaser2014-05-26
|
* Fixed bug in opt_reduce (see vloghammer issue_044)Clifford Wolf2014-05-12
|
* fixed syntax error in dot file created by "show" commandClifford Wolf2014-05-10
|
* Fixed performance problem in opt_mux with nets driven by many conflicting ↵Clifford Wolf2014-03-19
| | | | drivers
* Small improvement in SAT log messagesClifford Wolf2014-03-13
|
* Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-13
|
* - kernel/register.h, kernel/driver.cc: refactor ↵Siesh1oo2014-03-12
| | | | | | | rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname(). This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems. - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics.
* OSX compatible creation of stdcells.inc, using code from ↵Clifford Wolf2014-03-11
| | | | | | github.com/Siesh1oo/yosys (see https://github.com/cliffordwolf/yosys/pull/28)