aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt
Commit message (Expand)AuthorAgeFilesLines
* Remove some left-over log_dump()Clifford Wolf2019-04-231-2/+0
* Merge pull request #951 from YosysHQ/clifford/logdebugClifford Wolf2019-04-224-45/+59
|\
| * Add log_debug() frameworkClifford Wolf2019-04-224-45/+59
* | Add full_pmux feature to pmux2shiftxClifford Wolf2019-04-221-1/+22
|/
* Auto-initialize OnehotDatabase on-demand in pmux2shiftx.ccClifford Wolf2019-04-201-4/+7
* Add "onehot" pass, improve "pmux2shiftx" onehot handlingClifford Wolf2019-04-201-13/+404
* Improve "pmux2shiftx"Clifford Wolf2019-04-201-10/+8
* Fix some typosClifford Wolf2019-04-201-2/+2
* Improvements in "pmux2shiftx"Clifford Wolf2019-04-201-12/+52
* Improvements in pmux2shiftxClifford Wolf2019-04-201-13/+6
* Improve pmux2shift ctrl permutation finderClifford Wolf2019-04-201-27/+114
* Complete rewrite of pmux2shiftxClifford Wolf2019-04-201-27/+265
* Import initial pmux2shiftx from eddiehClifford Wolf2019-04-202-0/+82
* Trim init attributes when resizing FFs in "wreduce", fixes #887Clifford Wolf2019-03-221-1/+26
* Improve handling of and-with-1 and or-with-0 in opt_expr, fixes #327Clifford Wolf2019-03-141-0/+7
* Fix multiple issues in wreduce FF handling, fixes #835Clifford Wolf2019-02-281-5/+24
* Cleanups in ARST handling in wreduceClifford Wolf2019-02-241-10/+4
* Fix WREDUCE on FF not fixing ARST_VALUE parameter.Keith Rothman2019-02-221-0/+13
* Merge pull request #818 from YosysHQ/clifford/dffsrfixClifford Wolf2019-02-211-6/+7
|\
| * Fix opt_rmdff handling of $_DFFSR_???_ and $_DLATCHSR_???_, fixes #816Clifford Wolf2019-02-211-6/+7
* | Add FF support to wreduceClifford Wolf2019-02-201-1/+70
|/
* Bugfix in $memrd sharingClifford Wolf2019-01-071-2/+6
* Merge pull request #775 from whitequark/opt_flowmapClifford Wolf2019-01-031-1/+1
|\
| * flowmap: new techmap pass.whitequark2019-01-031-1/+1
* | Merge pull request #770 from whitequark/opt_expr_cmpClifford Wolf2019-01-021-97/+134
|\ \ | |/ |/|
| * opt_expr: improve simplification of comparisons with large constants.whitequark2019-01-021-70/+47
| * opt_expr: refactor simplification of unsigned X<onehot and X>=onehot. NFCI.whitequark2019-01-021-31/+37
| * opt_expr: refactor simplification of signed X>=0 and X<0. NFCI.whitequark2019-01-021-24/+26
| * opt_expr: simplify any unsigned comparisons with all-0 and all-1.whitequark2019-01-021-17/+69
* | Merge pull request #773 from whitequark/opt_lut_elim_fixesClifford Wolf2019-01-021-8/+31
|\ \
| * | opt_lut: reflect changes in sigmap.whitequark2019-01-021-0/+2
| * | opt_lut: use a worklist, and revisit cells affected by elimination.whitequark2019-01-021-3/+10
| * | opt_lut: count eliminated cells, and set opt.did_something for them.whitequark2019-01-021-6/+20
| |/
* / Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-022-2/+2
|/
* opt_lut: eliminate LUTs evaluating to constants or inputs.whitequark2018-12-311-0/+81
* Fix handling of (* keep *) wires in wreduceClifford Wolf2018-12-311-1/+4
* Merge pull request #720 from whitequark/masterClifford Wolf2018-12-161-1/+1
|\
| * opt_lut: simplify type conversion. NFC.whitequark2018-12-051-1/+1
* | opt_lut: leave intact LUTs with cascade feeding module outputs.whitequark2018-12-071-0/+6
* | opt_lut: show original truth table for both cells.whitequark2018-12-071-2/+3
* | opt_lut: add -limit option, for debugging misoptimizations.whitequark2018-12-071-3/+21
* | Bugfix in opt_expr handling of a<0 and a>=0Clifford Wolf2018-12-061-1/+1
|/
* Rename opt_lut.cpp to opt_lut.ccClifford Wolf2018-12-051-0/+0
* opt_lut: add -dlogic, to avoid disturbing logic such as carry chains.whitequark2018-12-051-17/+163
* opt_lut: always prefer to eliminate 1-LUTs.whitequark2018-12-051-19/+41
* opt_lut: collect and display statistics.whitequark2018-12-051-4/+33
* opt_lut: refactor to use a worker. NFC.whitequark2018-12-051-170/+177
* opt_lut: new pass, to combine LUTs for tighter packing.whitequark2018-12-052-0/+275
* Add iteration limit to "opt_muxtree"Clifford Wolf2018-11-201-1/+17
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-2011-24/+24