aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
...
* Do not detect fsm state registers with init attributeClifford Wolf2015-09-211-0/+2
* Bugfix in "qwp" passClifford Wolf2015-09-211-6/+31
* Improvements and fixes in "qwp" passClifford Wolf2015-09-211-29/+74
* Added "qwp -dump"Clifford Wolf2015-09-201-21/+115
* Added "qwp" commandClifford Wolf2015-09-202-0/+586
* Added nlutmapClifford Wolf2015-09-182-0/+174
* Added lut2mux passClifford Wolf2015-09-182-0/+94
* Added buffer detection to "abc -lut"Clifford Wolf2015-09-181-0/+6
* Added support for "dfflibmap -liberty +/..."Clifford Wolf2015-09-181-0/+1
* Added detection of "mux inverter" chains in opt_constClifford Wolf2015-09-181-0/+2
* Added $logic_not handling to fsm_detectClifford Wolf2015-09-181-0/+2
* Fixed sharing of $memrd cellsClifford Wolf2015-09-121-0/+4
* Fixed port ordering in "splitnets" cmdClifford Wolf2015-09-011-7/+18
* gcc-4.6 build fixesClifford Wolf2015-09-011-2/+2
* Fixed iopadmap help messageClifford Wolf2015-08-311-3/+3
* Using dict<> and pool<> in alumacc passClifford Wolf2015-08-311-5/+5
* Added sat -show-regs, -show-public, -show-allClifford Wolf2015-08-181-0/+39
* Bugfix in fsm_detect for complex muxtreesClifford Wolf2015-08-181-15/+23
* Properly clean up unused "init" attributesClifford Wolf2015-08-182-6/+36
* Added tribuf commandClifford Wolf2015-08-162-0/+187
* Added $tribuf and $_TBUF_ cell typesClifford Wolf2015-08-161-1/+17
* Fixed opt_clean handling of inout portsClifford Wolf2015-08-161-2/+2
* Another block of spelling fixesLarry Doolittle2015-08-142-4/+4
* Keep gcc from complaining about uninitialized variablesLarry Doolittle2015-08-141-1/+1
* Re-created command-reference-manual.tex, copied some doc fixes to online helpClifford Wolf2015-08-147-7/+7
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-1425-55/+55
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2015-08-132-25/+59
|\
| * Adjust makefiles to work with out-of-tree buildsClifford Wolf2015-08-121-0/+2
| * Improved handling of "keep" attributes in hierarchical designs in opt_cleanClifford Wolf2015-08-121-25/+57
* | Some ASCII encoding fixes (comments and docs) by Larry DoolittleClifford Wolf2015-08-132-2/+2
|/
* 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
|/
* Use MEMID as name for $mem cellClifford Wolf2015-08-091-42/+47
* Added WORDS parameter to $meminitClifford Wolf2015-07-311-7/+25
* Fixed flatten $meminit handlingClifford Wolf2015-07-301-1/+1
* Fixed "check" command for inout portsClifford Wolf2015-07-271-3/+11
* Some cleanups in opt_rmdffClifford Wolf2015-07-251-16/+9
* Added "miter -assert"Clifford Wolf2015-07-251-1/+93
* Keep modules with $assume (like $assert)Clifford Wolf2015-07-251-1/+1
* Improved $adff simplificationClifford Wolf2015-07-241-1/+1
* Fixed techmap processes error msgClifford Wolf2015-07-181-2/+3
* Some fixes in "select" commandClifford Wolf2015-07-161-1/+3
* Do not collect disabled $memwr cellsClifford Wolf2015-07-061-15/+18
* Bugfix in fsm_extractClifford Wolf2015-07-031-3/+16
* Fixed trailing whitespacesClifford Wolf2015-07-0284-256/+256
* Added opt_const -clkinvClifford Wolf2015-07-012-6/+95
* Added logic-loop error handling to freduceClifford Wolf2015-06-301-0/+11