aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* Added proper clkpol support to memory_bramClifford Wolf2015-01-021-4/+32
* Progress in memory_bramClifford Wolf2015-01-021-3/+6
* Progress in memory_bramClifford Wolf2015-01-021-1/+10
* Progress in memory_bramClifford Wolf2015-01-011-22/+207
* Progress in memory_bramClifford Wolf2015-01-011-37/+145
* Removed SigSpec::extend_xx() apiClifford Wolf2015-01-011-1/+1
* Progress in memory_bramClifford Wolf2014-12-311-7/+115
* Added memory_bram (not functional yet)Clifford Wolf2014-12-312-0/+286
* typo fix for "opt -fast"Clifford Wolf2014-12-301-1/+1
* Fixed a bug in "select %ci %co %x"Clifford Wolf2014-12-301-4/+5
* Fixed typo in ABC commandClifford Wolf2014-12-301-2/+2
* Fixed build with SMALL=1Clifford Wolf2014-12-302-1/+4
* Fixed memory corruption in "splice" commandClifford Wolf2014-12-291-13/+16
* Added statehash to ezSATClifford Wolf2014-12-291-2/+6
* Less verbose ABC outputClifford Wolf2014-12-292-21/+55
* Cleanups in opt_cleanClifford Wolf2014-12-291-10/+10
* dict/pool changes in opt_cleanClifford Wolf2014-12-291-5/+5
* Converting "share" to dict<> and pool<> completeClifford Wolf2014-12-291-34/+42
* Switched most of "share" to dict<> and pool<>Clifford Wolf2014-12-291-16/+17
* using dict and pool in opt_reduceClifford Wolf2014-12-281-5/+5
* bugfix in opt_shareClifford Wolf2014-12-281-0/+1
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-286-8/+8
* More dict/pool related changesClifford Wolf2014-12-272-11/+11
* More hashtable finetuningClifford Wolf2014-12-275-6/+6
* Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-264-8/+8
* Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-263-14/+14
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-2613-35/+39
* Added "test_cell -muxdiv"Clifford Wolf2014-12-251-2/+18
* Added "test_cell -w" featureClifford Wolf2014-12-251-18/+39
* Fixed simplemap for $ne cells with output width > 1Clifford Wolf2014-12-251-7/+8
* Fixed off-by-one bug in "hierarchy -check" for positional module argsClifford Wolf2014-12-241-2/+2
* Added "dfflibmap -prepare" helpClifford Wolf2014-12-241-1/+5
* Added "dfflibmap -prepare"Clifford Wolf2014-12-241-31/+54
* Added "dff2dffe -direct" for direct gate mappingClifford Wolf2014-12-241-5/+37
* Added "dff2dffe -unmap"Clifford Wolf2014-12-241-6/+42
* Added support for gate-level cells in dff2dffeClifford Wolf2014-12-241-9/+38
* Improvements in simplemap api, added $ne $nex $eq $eqx supportClifford Wolf2014-12-243-26/+107
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-248-23/+23
* Improved ABC clock domain partitioningClifford Wolf2014-12-231-2/+59
* Indenting fix in show.ccClifford Wolf2014-12-231-2/+2
* Added "show -colorattr"Clifford Wolf2014-12-231-4/+35
* Added "abc -markgroups"Clifford Wolf2014-12-231-0/+20
* Added support for multiple clock domains to "abc" passClifford Wolf2014-12-211-64/+123
* Fixed "abc" pass for clk and enable signals driven by logicClifford Wolf2014-12-211-6/+8
* Added DFFE support to "abc" passClifford Wolf2014-12-201-11/+78
* Checking existence of ports in "hierarchy -check"Clifford Wolf2014-12-191-0/+13
* Added functionality to dff2dffe passClifford Wolf2014-12-081-2/+167
* Added skeleton dff2dffe passClifford Wolf2014-12-083-2/+78
* Added $dffe cell typeClifford Wolf2014-12-081-0/+23
* Fixed bug in "hierarchy -top" with array of instancesClifford Wolf2014-11-271-3/+10