aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/synth.cc
Commit message (Expand)AuthorAgeFilesLines
* Missing newlineEddie Hung2019-08-201-1/+1
* Revert "Add "synth -keepdc" option"Eddie Hung2019-07-091-13/+2
* Add synth -keepdc optionEddie Hung2019-07-081-2/+13
* Make doc consistentEddie Hung2019-06-141-1/+4
* Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-121-0/+2
|\
| * Run "peepopt" in generic "synth" pass and "synth_ice40"Clifford Wolf2019-04-301-0/+2
* | synth to take -abc9 argumentEddie Hung2019-02-201-5/+13
|/
* Merge pull request #772 from whitequark/synth_lutClifford Wolf2019-01-021-6/+40
|\
| * synth: add k-LUT mode.whitequark2019-01-021-2/+36
| * synth: improve script documentation. NFC.whitequark2019-01-021-6/+6
* | Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-1/+1
|/
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-4/+4
* Add "synth -noshare"Clifford Wolf2018-03-041-2/+11
* 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