aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt
Commit message (Expand)AuthorAgeFilesLines
* Added opt_rmdff support for $ff cellsClifford Wolf2016-10-141-5/+13
* Added "opt_rmdff -keepdc"Clifford Wolf2016-09-302-7/+20
* Improved init spec handling in opt_rmdff, modernized the code a bitClifford Wolf2016-08-301-39/+82
* Removed $predict againClifford Wolf2016-08-281-1/+1
* Added "wreduce -memx"Clifford Wolf2016-08-201-3/+14
* Optimize memory address port width in wreduce and memory_collect, not verilog...Clifford Wolf2016-08-191-0/+18
* After reading the SV spec, using non-standard predict() instead of expect()Clifford Wolf2016-07-211-1/+1
* Added basic support for $expect cellsClifford Wolf2016-07-131-1/+1
* Added opt_expr support for div/mod by power-of-twoClifford Wolf2016-05-291-0/+69
* Connections between inputs and inouts are driven by the inputClifford Wolf2016-04-261-0/+3
* Added "yosys -D" featureClifford Wolf2016-04-219-12/+12
* Fixed performance bug in "share" passClifford Wolf2016-04-211-2/+51
* Improvements in opt_exprClifford Wolf2016-04-211-12/+62
* Improved opt_merge support for $pmux cellsClifford Wolf2016-03-311-4/+46
* Typo fixes in opt_expr and opt_mergeClifford Wolf2016-03-312-2/+2
* Renamed opt_share to opt_mergeClifford Wolf2016-03-313-18/+18
* Renamed opt_const to opt_exprClifford Wolf2016-03-313-52/+53
* Fixed typo in log messageAndrew Zonenberg2016-03-301-1/+1
* Use alphanumerical order instead of idstring idx in opt_clean compare_signals()Clifford Wolf2016-02-021-1/+1
* Improvements in wreduceClifford Wolf2015-10-311-0/+25
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-253-33/+33
* Fixed handling of driver-driver conflicts in wreduceClifford Wolf2015-10-241-8/+16
* Bugfixes in handling of "keep" attribute on wiresClifford Wolf2015-10-152-2/+8
* Added wreduce $mul support and fixed signed $mul opt_const bugClifford Wolf2015-09-252-5/+37
* Added detection of "mux inverter" chains in opt_constClifford Wolf2015-09-181-0/+2
* Fixed sharing of $memrd cellsClifford Wolf2015-09-121-0/+4
* gcc-4.6 build fixesClifford Wolf2015-09-011-2/+2
* Properly clean up unused "init" attributesClifford Wolf2015-08-181-2/+18
* Fixed opt_clean handling of inout portsClifford Wolf2015-08-161-2/+2
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-142-2/+2
* Improved handling of "keep" attributes in hierarchical designs in opt_cleanClifford Wolf2015-08-121-25/+57
* Merge pull request #70 from gaomy3832/bugfixClifford Wolf2015-08-121-0/+10
|\
| * Remove unused blackbox modules in opt_clean.Mingyu Gao2015-08-111-0/+10
| * Bugfix for cell hash cache option in opt_share.Mingyu Gao2015-08-101-0/+2
* | Bugfix for cell hash cache option in opt_share.Mingyu Gao2015-08-111-0/+2
* | Added missing ct_all setup to opt_cleanClifford Wolf2015-08-111-0/+3
|/
* Some cleanups in opt_rmdffClifford Wolf2015-07-251-16/+9
* Improved $adff simplificationClifford Wolf2015-07-241-1/+1
* Fixed trailing whitespacesClifford Wolf2015-07-0210-28/+28
* Added opt_const -clkinvClifford Wolf2015-07-012-6/+95
* Added opt_share -share_allClifford Wolf2015-05-312-16/+32
* Added simple $dlatch support to opt_rmdffClifford Wolf2015-05-231-0/+35
* preserve used $-wires with init attribute in opt_cleanClifford Wolf2015-05-221-1/+1
* Added $eq/$neq -> $logic_not/$reduce_bool optimizationClifford Wolf2015-04-291-0/+19
* Improved handling of init values in opt_rmdffClifford Wolf2015-04-181-11/+9
* Added handling of bool-output cells to "wreduce"Clifford Wolf2015-04-131-0/+11
* Added non-std verilog assume() statementClifford Wolf2015-02-261-1/+1
* Some cleanups in "clean"Clifford Wolf2015-02-242-7/+18
* Replaced ezDefaultSAT with ezSatPtrClifford Wolf2015-02-211-13/+13
* wreduce help typo fixClifford Wolf2015-02-171-1/+1