aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/synth.cc
Commit message (Collapse)AuthorAgeFilesLines
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-4/+4
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* Add "synth -noshare"Clifford Wolf2018-03-041-2/+11
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Added "prep -auto-top" and "synth -auto-top"Clifford Wolf2016-07-111-3/+11
|
* Added "prep -flatten" and "synth -flatten"Clifford Wolf2016-04-241-4/+18
|
* Converted "prep" to ScriptPassClifford Wolf2016-04-241-1/+1
|
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Added ScriptPass helper class for script-like passesClifford Wolf2016-03-311-89/+64
|
* Renamed opt_const to opt_exprClifford Wolf2016-03-311-2/+2
|
* Run opt_const before check in default scriptsClifford Wolf2015-12-221-0/+2
|
* Added "synth -nofsm"Clifford Wolf2015-07-021-1/+10
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
|
* Added "synth -nordff -noalumacc"Clifford Wolf2015-06-151-3/+20
|
* Added "stat" to "synth" and "synth_xilinx"Clifford Wolf2015-02-151-0/+2
|
* Added final checks to "synth" and "synth_xilinx"Clifford Wolf2015-02-151-7/+14
|
* Added "check" commandClifford Wolf2015-02-131-0/+4
|
* Added "make mklibyosys", some minor API changesClifford Wolf2015-02-011-1/+9
|
* Added "fsm -encfile"Clifford Wolf2015-01-301-2/+9
|
* Added "abc" label in synth scriptClifford Wolf2014-10-311-6/+12
|
* Added "opt -full" alias for all more aggressive optimizationsClifford Wolf2014-10-311-2/+6
|
* namespace YosysClifford Wolf2014-09-271-1/+5
|
* Improvements in "synth" scriptClifford Wolf2014-09-181-8/+12
|
* Added "synth" commandClifford Wolf2014-09-141-0/+152