aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | for more optimizations
* 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