aboutsummaryrefslogtreecommitdiffstats
path: root/passes/proc/proc.cc
Commit message (Collapse)AuthorAgeFilesLines
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
| | | | | | | | | 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)
* Added "proc_mux -ifx"Clifford Wolf2016-06-061-2/+12
|
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
|
* Added "proc_dlatch"Clifford Wolf2015-02-121-1/+4
|
* namespace YosysClifford Wolf2014-09-271-0/+4
|
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-211-0/+2
|
* Added "proc_arst -global_arst" featureClifford Wolf2013-11-201-3/+22
|
* Added help messages to proc_* passesClifford Wolf2013-03-011-1/+19
|
* initial importClifford Wolf2013-01-051-0/+44