summaryrefslogtreecommitdiff
path: root/passes
Commit message (Collapse)AuthorAge
* Fixed detection of public wires in opt_rmunusedClifford Wolf2013-03-10
|
* Automatically select new objects in abc and techmap passesClifford Wolf2013-03-08
|
* Split extract -attr into extract -cell_attr and -wire_attrClifford Wolf2013-03-08
|
* Added support for attribute matching in extract passClifford Wolf2013-03-07
|
* Changed default value for extract -mine_cells_spanClifford Wolf2013-03-05
|
* Implemented -mine_split option to extract passClifford Wolf2013-03-05
|
* Implemented much better #x select operatorClifford Wolf2013-03-05
|
* Implemented extract -mine_max_fanout <num> optionClifford Wolf2013-03-03
|
* Added "shared nodes" feature to the subcircuit libraryClifford Wolf2013-03-03
|
* Added support for "extract_order" attribute to extract passClifford Wolf2013-03-03
|
* Added design->select() api and use it in extract passClifford Wolf2013-03-03
|
* Minor hotfixes (mostly gcc build fixes)Clifford Wolf2013-03-03
|
* Added library support to celltypes class and show passClifford Wolf2013-03-03
|
* Implemented general handler for selection argumentsClifford Wolf2013-03-03
|
* Finished "extract -mine" featureClifford Wolf2013-03-02
|
* Added -mine option to extract pass (not finished)Clifford Wolf2013-03-02
|
* Added help messages for fsm_* passesClifford Wolf2013-03-01
|
* Added help messages to memory_* passesClifford Wolf2013-03-01
|
* Added help messages to proc_* passesClifford Wolf2013-03-01
|
* Added help messages for opt_* passesClifford Wolf2013-03-01
|
* Added more help messagesClifford Wolf2013-03-01
|
* Added online help for "show" and "hierarchy" commandsClifford Wolf2013-02-28
|
* Added help for command line optionsClifford Wolf2013-02-28
|
* Added more help messages (extract, abc, dfflibmap)Clifford Wolf2013-02-28
|
* Added port swapping and compatible types to "extract" passClifford Wolf2013-02-28
|
* Added "extract -constports" featureClifford Wolf2013-02-27
|
* Fixed "extract" pass for non-optimized needlesClifford Wolf2013-02-27
|
* Added support for simple gates with one constant input to opt_constClifford Wolf2013-02-27
|
* Added extract -verbose and -map ilang supportClifford Wolf2013-02-27
|
* Implemented basic functionality of "extract" passClifford Wolf2013-02-27
|
* Added support for constant signals in "extract" passClifford Wolf2013-02-27
|
* Added "extract" pass (not functional yet)Clifford Wolf2013-02-27
|
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-27
|
* "fsm_export" pass: fix KISS file generation.Martin Schmölzer2013-02-23
| | | | | | | | | | | The KISS file format now follows the conventions specified in "Logic Synthesis and Optimization Benchmarks User Guide", Version 3.0 by Saeyang Yang. This change ensures interoperability with the "trfsmgen" program by Johann Glaser. Signed-off-by: Martin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
* Add support for "fsm_export" synthesis attributes to fsm_export pass.Martin Schmölzer2013-01-08
| | | | | | | | | | | | | | This allows to specify the file name for exported files directly in the HDL source via the fsm_export=... attribute on the FSM state register. Verilog example: (* fsm_export="my_fsm.kiss2" *) reg [3:0] state; The fsm_export pass now also accepts the option "-noauto". This causes only FSMs with the fsm_export attribute to be exported, any other FSMs are ignored. Signed-off-by: Martin Schmölzer <martin.schmoelzer@student.tuwien.ac.at>
* Copy attributes from state signal to fsm cellClifford Wolf2013-01-05
|
* added .gitignore filesClifford Wolf2013-01-05
|
* initial importClifford Wolf2013-01-05