aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURNClifford Wolf2014-11-091-6/+6
|
* Added log_warning() APIClifford Wolf2014-11-096-9/+9
|
* Added missing fixup_ports() calls to "rename" commandClifford Wolf2014-11-081-0/+4
|
* Added "Nx" syntax to "show" command for repeating SigChunksClifford Wolf2014-11-081-6/+8
|
* Improved TopoSort determinismClifford Wolf2014-11-073-5/+7
|
* Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-072-4/+4
|
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-061-2/+2
|
* Added "opt -full" alias for all more aggressive optimizationsClifford Wolf2014-10-313-7/+29
|
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-231-6/+3
| | | | (f.read() + f.gcount() made problems with lines > 16kB)
* Also look for yosys-abc in parent dir on win32Clifford Wolf2014-10-181-0/+5
|
* Fixed typo in test_cellClifford Wolf2014-10-181-1/+1
|
* Fixed various VS warningsClifford Wolf2014-10-183-7/+7
|
* Various win32 / vs build fixesClifford Wolf2014-10-172-7/+7
|
* Added genfiles.zip to MXE "make dist"Clifford Wolf2014-10-171-1/+1
|
* Various MXE build fixesClifford Wolf2014-10-171-2/+5
|
* Header changes so it will compile on VSWilliam Speirs2014-10-174-6/+25
|
* Don't be too smart with $dff cells with "init" attribute on out signalClifford Wolf2014-10-161-1/+1
|
* Some cleanups in opt_cleanClifford Wolf2014-10-161-16/+9
|
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-151-3/+6
|
* Changed from "and" to "&&"William Speirs2014-10-151-1/+1
|
* Wrapped init in std::set constructorWilliam Speirs2014-10-151-2/+2
|