summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-27
|
* Added support for verilog genblock[index].member syntaxClifford Wolf2013-02-26
|
* Merge pull request #2 from mschmoelzer/masterClifford Wolf2013-02-24
|\ | | | | "fsm_export" pass: fix KISS file generation.
| * "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>
* Added support for "always @(*)"Clifford Wolf2013-01-16
|
* Merge pull request #1 from mschmoelzer/masterClifford Wolf2013-01-08
|\ | | | | Add support for "fsm_export" synthesis attributes to fsm_export pass
| * Merge remote-tracking branch 'upstream/master'Martin Schmölzer2013-01-08
| |\ | |/ |/|
* | Added "getting started" section to READMEClifford Wolf2013-01-06
| |
* | Improvements in command shellClifford Wolf2013-01-06
| | | | | | | | | | | | - Added 'shell' command (run interactive shell from synth script) - Added support for ; as cmd seperator as in "proc; opt" - Fixed c++ static initialization order problem with pass register
| * 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>
* Added a:*=* syntax to select frameworkClifford Wolf2013-01-05
|
* Added qtcreator.creator.user to top level .gitignoreClifford Wolf2013-01-05
|
* Copy attributes from state signal to fsm cellClifford Wolf2013-01-05
|
* More .gitignore and fixed "make mrproper"Clifford Wolf2013-01-05
|
* added more .gitignore files (make test)Clifford Wolf2013-01-05
|
* added .gitignore filesClifford Wolf2013-01-05
|
* initial importClifford Wolf2013-01-05