aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/prep.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add "wreduce -keepdc", fixes #1016Clifford Wolf2019-05-201-2/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-1/+1
| | | | | | | | | | | | The initial list of hits was generated with the codespell command below, and each hit was evaluated and fixed manually while taking context into consideration. DIRS="kernel/ frontends/ backends/ passes/ techlibs/" DIRS="${DIRS} libs/ezsat/ libs/subcircuit" codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint More hits were found by looking through comments and strings manually.
* 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)
* Make -nordff the default in "prep"Clifford Wolf2018-05-301-9/+13
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* 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