summaryrefslogtreecommitdiff
path: root/passes
Commit message (Expand)AuthorAge
* 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
* Added "Nx" syntax to "show" command for repeating SigChunksClifford Wolf2014-11-08
* Improved TopoSort determinismClifford Wolf2014-11-07
* Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-07
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-06
* Added "opt -full" alias for all more aggressive optimizationsClifford Wolf2014-10-31
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-23
* Also look for yosys-abc in parent dir on win32Clifford Wolf2014-10-18
* Fixed typo in test_cellClifford Wolf2014-10-18
* Fixed various VS warningsClifford Wolf2014-10-18
* Various win32 / vs build fixesClifford Wolf2014-10-17
* Added genfiles.zip to MXE "make dist"Clifford Wolf2014-10-17
* Various MXE build fixesClifford Wolf2014-10-17
* Header changes so it will compile on VSWilliam Speirs2014-10-17