aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* Collect parameters in hierarchy -generate (and do nothing with them)Clifford Wolf2013-03-261-1/+8
* Added nosync attribute and some async reset related fixesClifford Wolf2013-03-251-0/+5
* Improved method for finding fsm_expand candidatesClifford Wolf2013-03-251-5/+7
* Added hierarchy -generate command for generating skeletton modulesClifford Wolf2013-03-251-1/+165
* Changed fsm_expand to merge multiplexers more aggressivelyClifford Wolf2013-03-241-1/+4
* Added -nomap option to memory passClifford Wolf2013-03-211-5/+19
* 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
* Removed date from auto-generated passes/techmap/stdcells.incClifford Wolf2013-03-181-2/+1
* Fixed abc eeror handlingClifford Wolf2013-03-181-2/+2
* add header to autogenerated file on its originJohann Glaser2013-03-181-1/+3
* fixed typosJohann Glaser2013-03-189-18/+18
* Fixed strerrno vs. strerror types in ABC passClifford Wolf2013-03-171-4/+4
* Cleaned up ABC file/io error handlingClifford Wolf2013-03-171-15/+13
* added error checking at execution of ABCJohann Glaser2013-03-171-1/+19
* corrected typosJohann Glaser2013-03-171-2/+2
* Fixed gcc warnings and added error handling to shell escapeClifford Wolf2013-03-151-0/+2
* Added scc pass (find logic loops)Clifford Wolf2013-03-152-0/+300
* Added [[CITE]] tags to abc and fsm_extract passesClifford Wolf2013-03-152-1/+15
* Fixed detection of public wires in opt_rmunusedClifford Wolf2013-03-101-3/+3
* Automatically select new objects in abc and techmap passesClifford Wolf2013-03-083-1/+19
* Split extract -attr into extract -cell_attr and -wire_attrClifford Wolf2013-03-081-28/+35
* Added support for attribute matching in extract passClifford Wolf2013-03-071-1/+60
* Changed default value for extract -mine_cells_spanClifford Wolf2013-03-051-2/+2
* Implemented -mine_split option to extract passClifford Wolf2013-03-051-3/+14
* Implemented much better #x select operatorClifford Wolf2013-03-051-3/+3
* Implemented extract -mine_max_fanout <num> optionClifford Wolf2013-03-031-2/+29
* Added "shared nodes" feature to the subcircuit libraryClifford Wolf2013-03-031-4/+4
* Added support for "extract_order" attribute to extract passClifford Wolf2013-03-031-3/+23
* Added design->select() api and use it in extract passClifford Wolf2013-03-031-2/+6
* Minor hotfixes (mostly gcc build fixes)Clifford Wolf2013-03-032-0/+4
* Added library support to celltypes class and show passClifford Wolf2013-03-031-1/+1
* Implemented general handler for selection argumentsClifford Wolf2013-03-031-1/+2
* Finished "extract -mine" featureClifford Wolf2013-03-021-14/+70
* Added -mine option to extract pass (not finished)Clifford Wolf2013-03-021-37/+109
* Added help messages for fsm_* passesClifford Wolf2013-03-0110-42/+194
* Added help messages to memory_* passesClifford Wolf2013-03-014-15/+71
* Added help messages to proc_* passesClifford Wolf2013-03-016-27/+110
* Added help messages for opt_* passesClifford Wolf2013-03-017-11/+127
* Added more help messagesClifford Wolf2013-03-013-7/+54
* Added online help for "show" and "hierarchy" commandsClifford Wolf2013-02-281-3/+25
* Added help for command line optionsClifford Wolf2013-02-281-1/+1
* Added more help messages (extract, abc, dfflibmap)Clifford Wolf2013-02-283-16/+107
* Added port swapping and compatible types to "extract" passClifford Wolf2013-02-281-24/+80
* Added "extract -constports" featureClifford Wolf2013-02-271-5/+35
* Fixed "extract" pass for non-optimized needlesClifford Wolf2013-02-271-5/+4
* Added support for simple gates with one constant input to opt_constClifford Wolf2013-02-271-0/+6