aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt/opt_merge.cc
Commit message (Expand)AuthorAgeFilesLines
* [NFCI] Deduplicate builtin FF cell types listMarcelina Koƛcielnicka2020-04-091-3/+1
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-13/+13
* opt_merge: unordered_map -> dict as per @cliffordwolf reviewEddie Hung2020-03-161-1/+1
* opt_merge: speedupEddie Hung2020-03-161-132/+102
* Add $_FF_ and $_SR* courtesy of @mwkmwkmwkEddie Hung2019-12-201-4/+6
* More stringent check for flop cellsEddie Hung2019-12-201-2/+4
* opt_merge to discard \init of '$' cells with 'Q' port when mergingEddie Hung2019-12-131-0/+11
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-24/+24
* Use ID() macro in all of passes/opt/Clifford Wolf2019-08-111-51/+51
* substr() -> compare()Eddie Hung2019-08-071-1/+1
* Make liberal use of IdString.in()Eddie Hung2019-08-061-4/+4
* Add log_debug() frameworkClifford Wolf2019-04-221-3/+5
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Add $allconst and $allseq cell typesClifford Wolf2018-02-231-0/+2
* Excluded $_TBUF_ from opt_merge passSalvador E. Tropea2017-07-031-0/+1
* Add $tribuf to opt_merge blacklistClifford Wolf2017-06-301-0/+1
* Disable opt_merge for $anyseq and $anyconstClifford Wolf2017-02-281-0/+3
* Fix handling of init attributes with strange widthClifford Wolf2017-02-091-2/+6
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
* Improved opt_merge support for $pmux cellsClifford Wolf2016-03-311-4/+46
* Typo fixes in opt_expr and opt_mergeClifford Wolf2016-03-311-1/+1
* Renamed opt_share to opt_mergeClifford Wolf2016-03-311-0/+341