aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/prep.cc
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 final/override keywords.whitequark2020-06-181-4/+4
* Do not optimize away FFs in "prep" and Verific fron-endClaire Wolf2020-06-091-2/+2
* Add "wreduce -keepdc", fixes #1016Clifford Wolf2019-05-201-2/+4
* 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
* Make -nordff the default in "prep"Clifford Wolf2018-05-301-9/+13
* Fix minor typo in "prep" help messageClifford Wolf2017-12-191-1/+1
* Added "prep -nokeepdc"Clifford Wolf2016-09-301-4/+12
* Added "prep -nomem"Clifford Wolf2016-08-301-6/+16
* Added "wreduce -memx"Clifford Wolf2016-08-201-2/+6
* Added memory_memx pass, "memory -memx", and "prep -memx"Clifford Wolf2016-08-191-2/+17
* Added "prep -auto-top" and "synth -auto-top"Clifford Wolf2016-07-111-3/+12
* Do not run "wreduce" in "prep -ifx"Clifford Wolf2016-06-081-2/+3
* Added "proc_mux -ifx"Clifford Wolf2016-06-061-2/+11
* Added "prep -flatten" and "synth -flatten"Clifford Wolf2016-04-241-3/+18
* Converted "prep" to ScriptPassClifford Wolf2016-04-241-59/+46
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
* 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 "prep" commandClifford Wolf2015-10-141-0/+156