aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt/opt_reduce.cc
Commit message (Collapse)AuthorAgeFilesLines
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-39/+39
|
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-251-10/+3
|
* Fixed memory corruption in "opt_reduce" passClifford Wolf2014-07-251-5/+7
|
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-231-17/+19
|
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-14/+14
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-14/+14
|
* Added "opt_const -fine" and "opt_reduce -fine"Clifford Wolf2014-07-211-5/+19
|
* 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
|
* improved opt_reduce for $mem/$memwr WR_EN multiplexersClifford Wolf2014-07-161-0/+80
|
* Fixed bug in opt_reduce (see vloghammer issue_044)Clifford Wolf2014-05-121-1/+4
|
* Fixed undef handling in opt_reduceClifford Wolf2014-03-061-2/+2
|
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-111-0/+1
|
* Added help messages for opt_* passesClifford Wolf2013-03-011-1/+16
|
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-271-1/+1
|
* initial importClifford Wolf2013-01-051-0/+236