aboutsummaryrefslogtreecommitdiffstats
path: root/passes/equiv/equiv_struct.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
|
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-5/+5
|
* kernel: use more ID::*Eddie Hung2020-04-021-5/+5
|
* substr() -> compare()Eddie Hung2019-08-071-2/+2
|
* stoi -> atoiEddie Hung2019-08-071-1/+1
|
* Use std::stoi instead of atoi(<str>.c_str())Eddie Hung2019-08-061-1/+1
|
* 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
|
* Added "equiv_struct -fwonly"Clifford Wolf2016-01-081-5/+17
|
* Bugfixes in equiv_structClifford Wolf2016-01-081-2/+9
|
* Added "equiv_struct -maxiter <N>"Clifford Wolf2016-01-061-4/+16
|
* Improvements in equiv_structClifford Wolf2015-10-251-17/+62
|
* Major refactoring of equiv_structClifford Wolf2015-10-251-93/+165
|
* equiv_struct now creates equiv_merged attributesClifford Wolf2015-10-251-0/+3
|
* Improvements in equiv_structClifford Wolf2015-10-241-1/+22
|
* Also merge $equiv cells in equiv_structClifford Wolf2015-10-231-0/+1
|
* Improvements in equiv_structClifford Wolf2015-10-231-11/+18
|
* Added equiv_struct commandClifford Wolf2015-10-211-0/+187