aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt
Commit message (Expand)AuthorAgeFilesLines
* Improved opt_share for commutative standard cellsClifford Wolf2013-03-291-1/+28
* added optimizations for single-bit $eq/$ne with constant input to opt_constClifford Wolf2013-03-191-0/+25
* improved $mux optimization in opt_constClifford Wolf2013-03-191-2/+6
* keep $mux and $_MUX_ optimizations separate in opt_constClifford Wolf2013-03-191-3/+3
* added one more suggestion to optimize MUXes in pass "opt_const"Johann Glaser2013-03-181-0/+1
* also optimize single-bit "$mux" cells in pass "opt_const", added suggestionsJohann Glaser2013-03-181-1/+5
* fixed typosJohann Glaser2013-03-182-4/+4
* Fixed detection of public wires in opt_rmunusedClifford Wolf2013-03-101-3/+3
* Automatically select new objects in abc and techmap passesClifford Wolf2013-03-081-1/+12
* Minor hotfixes (mostly gcc build fixes)Clifford Wolf2013-03-032-0/+4
* Added help messages for fsm_* passesClifford Wolf2013-03-011-1/+1
* Added help messages for opt_* passesClifford Wolf2013-03-017-11/+127
* Added support for simple gates with one constant input to opt_constClifford Wolf2013-02-271-0/+6
* Implemented basic functionality of "extract" passClifford Wolf2013-02-271-0/+10
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-272-2/+2
* initial importClifford Wolf2013-01-059-0/+1637