aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-2245-505/+505
* Added "opt_const -keepdc"Clifford Wolf2014-07-212-15/+168
* Added mul to mux conversion to "opt_const -fine"Clifford Wolf2014-07-211-0/+55
* Added "opt_const -fine" and "opt_reduce -fine"Clifford Wolf2014-07-213-15/+144
* Added opt_const support for simple identitiesClifford Wolf2014-07-211-0/+69
* Replaced depricated NEW_WIRE macro with module->addWire() callsClifford Wolf2014-07-212-12/+12
* Removed deprecated module->new_wire()Clifford Wolf2014-07-218-31/+31
* Wider range of cell types supported in "share" passClifford Wolf2014-07-211-17/+197
* Use ezSAT::non_incremental() in "share" passClifford Wolf2014-07-211-0/+2
* Added support for resource sharing in mux control logicClifford Wolf2014-07-201-86/+155
* Added "select -assert-count"Clifford Wolf2014-07-201-6/+43
* Supercell creation for $div/$mod worked all along, fixed test benchesClifford Wolf2014-07-201-4/+0
* Fixed creation of shift supercells in "share" passClifford Wolf2014-07-201-4/+20
* Added "miter -equiv -flatten"Clifford Wolf2014-07-201-0/+14
* Added call_on_selection() and call_on_module() APIClifford Wolf2014-07-202-10/+2
* Added "share" supercell creationClifford Wolf2014-07-201-1/+115
* Added removing of always inactive cells to "share" passClifford Wolf2014-07-201-8/+42
* Progress in "share" passClifford Wolf2014-07-201-112/+185
* Progress in "share" passClifford Wolf2014-07-201-19/+56
* Started to implement real resource sharingClifford Wolf2014-07-192-0/+444
* Improved memory_share log messagesClifford Wolf2014-07-191-3/+3
* More verbose memory_share help messageClifford Wolf2014-07-191-0/+17
* Added SAT-based write-port sharing to memory_shareClifford Wolf2014-07-191-0/+180
* Fixed bug in memory_share feedback-to-en codeClifford Wolf2014-07-191-4/+12
* Added translation from read-feedback to en-signals in memory_shareClifford Wolf2014-07-182-10/+240
* Improved seeding of color rng in show commandClifford Wolf2014-07-181-1/+3
* Only create collision detect logic in memory_share if necessaryClifford Wolf2014-07-181-4/+47
* Added memory_shareClifford Wolf2014-07-183-0/+266
* Apply opt_reduce WR_EN opts to the whole mux tree driving the WR_EN portClifford Wolf2014-07-181-0/+15
* Improved opt_reduce handling of mem wr_en mux bitsClifford Wolf2014-07-171-5/+18
* Added support for "blackbox" attribute to iopadmapClifford Wolf2014-07-171-1/+1
* Added support for "blackbox" attribute to flatten/techmapClifford Wolf2014-07-171-1/+4
* improved opt_reduce for $mem/$memwr WR_EN multiplexersClifford Wolf2014-07-161-0/+80
* Changes to "memory" pass for new $memwr/$mem WR_EN interfaceClifford Wolf2014-07-163-38/+56
* now ignore init attributes on non-register wires in sat commandClifford Wolf2014-07-051-4/+24
* Do not create $dffsr cells with no-op resets in proc_dffClifford Wolf2014-06-191-0/+5
* Added %D and %c select commandsClifford Wolf2014-06-141-2/+20
* fixed cell array handling of positional argumentsClifford Wolf2014-06-071-2/+11
* Add support for cell arraysClifford Wolf2014-06-071-0/+34
* added tee cmdClifford Wolf2014-06-032-0/+89
* Fixed log messages in memory_dffClifford Wolf2014-06-011-0/+2
* added log_header to miter and expose pass, show cell type for exposed portsJohann Glaser2014-05-282-3/+9
* be more verbose when techmap yielded processesJohann Glaser2014-05-261-1/+5
* Fixed bug in opt_reduce (see vloghammer issue_044)Clifford Wolf2014-05-121-1/+4
* fixed syntax error in dot file created by "show" commandClifford Wolf2014-05-101-1/+1
* Fixed performance problem in opt_mux with nets driven by many conflicting dri...Clifford Wolf2014-03-191-1/+6
* Small improvement in SAT log messagesClifford Wolf2014-03-131-3/+3
* Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-131-0/+1
* - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...Siesh1oo2014-03-123-3/+5
* OSX compatible creation of stdcells.inc, using code from github.com/Siesh1oo/...Clifford Wolf2014-03-111-2/+3