summaryrefslogtreecommitdiff
path: root/passes
Commit message (Collapse)AuthorAge
...
* Progress in memory_bramClifford Wolf2015-01-01
|
* Progress in memory_bramClifford Wolf2015-01-01
|
* Removed SigSpec::extend_xx() apiClifford Wolf2015-01-01
|
* Progress in memory_bramClifford Wolf2014-12-31
|
* Added memory_bram (not functional yet)Clifford Wolf2014-12-31
|
* typo fix for "opt -fast"Clifford Wolf2014-12-30
|
* Fixed a bug in "select %ci %co %x"Clifford Wolf2014-12-30
|
* Fixed typo in ABC commandClifford Wolf2014-12-30
|
* Fixed build with SMALL=1Clifford Wolf2014-12-30
|
* Fixed memory corruption in "splice" commandClifford Wolf2014-12-29
|
* Added statehash to ezSATClifford Wolf2014-12-29
|
* Less verbose ABC outputClifford Wolf2014-12-29
|
* Cleanups in opt_cleanClifford Wolf2014-12-29
|
* dict/pool changes in opt_cleanClifford Wolf2014-12-29
|
* Converting "share" to dict<> and pool<> completeClifford Wolf2014-12-29
|
* Switched most of "share" to dict<> and pool<>Clifford Wolf2014-12-29
|
* using dict and pool in opt_reduceClifford Wolf2014-12-28
|
* bugfix in opt_shareClifford Wolf2014-12-28
|
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-28
|
* More dict/pool related changesClifford Wolf2014-12-27
|
* More hashtable finetuningClifford Wolf2014-12-27
|
* Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-26
|
* Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-26
|
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-26
|
* Added "test_cell -muxdiv"Clifford Wolf2014-12-25
|
* Added "test_cell -w" featureClifford Wolf2014-12-25
|
* Fixed simplemap for $ne cells with output width > 1Clifford Wolf2014-12-25
|
* Fixed off-by-one bug in "hierarchy -check" for positional module argsClifford Wolf2014-12-24
|
* Added "dfflibmap -prepare" helpClifford Wolf2014-12-24
|
* Added "dfflibmap -prepare"Clifford Wolf2014-12-24
|
* Added "dff2dffe -direct" for direct gate mappingClifford Wolf2014-12-24
|
* Added "dff2dffe -unmap"Clifford Wolf2014-12-24
|
* Added support for gate-level cells in dff2dffeClifford Wolf2014-12-24
|
* Improvements in simplemap api, added $ne $nex $eq $eqx supportClifford Wolf2014-12-24
|
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-24
|
* Improved ABC clock domain partitioningClifford Wolf2014-12-23
|
* Indenting fix in show.ccClifford Wolf2014-12-23
|
* Added "show -colorattr"Clifford Wolf2014-12-23
|
* Added "abc -markgroups"Clifford Wolf2014-12-23
|
* Added support for multiple clock domains to "abc" passClifford Wolf2014-12-21
|
* Fixed "abc" pass for clk and enable signals driven by logicClifford Wolf2014-12-21
|
* Added DFFE support to "abc" passClifford Wolf2014-12-20
|
* Checking existence of ports in "hierarchy -check"Clifford Wolf2014-12-19
|
* Added functionality to dff2dffe passClifford Wolf2014-12-08
|
* Added skeleton dff2dffe passClifford Wolf2014-12-08
|
* Added $dffe cell typeClifford Wolf2014-12-08
|
* Fixed bug in "hierarchy -top" with array of instancesClifford Wolf2014-11-27
|
* Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURNClifford Wolf2014-11-09
|
* Added log_warning() APIClifford Wolf2014-11-09
|
* Added missing fixup_ports() calls to "rename" commandClifford Wolf2014-11-08
|