aboutsummaryrefslogtreecommitdiffstats
path: root/passes/proc/proc_clean.cc
Commit message (Collapse)AuthorAgeFilesLines
* proc_clean: fix order of switch insertion.whitequark2019-08-191-2/+1
| | | | Fixes #1268.
* proc_clean: add -quiet option.whitequark2019-07-091-8/+24
| | | | This is useful for other passes that call it often, like bugpoint.
* proc_clean: fix critical typo.whitequark2019-01-231-1/+1
|
* proc_clean: fix fully def check to consider compare/signal length.whitequark2019-01-181-1/+7
| | | | Fixes #790.
* proc_clean: remove any empty cases if all cases use all-def compare.whitequark2018-12-231-6/+28
|
* proc_clean: remove any empty cases at the end of the switch.whitequark2018-12-221-7/+3
| | | | Previously, only completely empty switches were removed.
* 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 "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
|
* namespace YosysClifford Wolf2014-09-271-2/+13
|
* Fixed handling of constant-true branches in proc_cleanClifford Wolf2014-08-121-1/+2
|
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-021-1/+1
|
* Using new obj iterator API in a few placesClifford Wolf2014-07-271-8/+8
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-1/+1
|
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-4/+4
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-4/+4
|
* Added handling of multiple async paths in proc_arstClifford Wolf2013-10-191-8/+9
|
* Added help messages to proc_* passesClifford Wolf2013-03-011-1/+15
|
* initial importClifford Wolf2013-01-051-0/+160