summaryrefslogtreecommitdiff
path: root/passes
Commit message (Expand)AuthorAge
* 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
* Don't be too smart with $dff cells with "init" attribute on out signalClifford Wolf2014-10-16
* Some cleanups in opt_cleanClifford Wolf2014-10-16
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-15
* Changed from "and" to "&&"William Speirs2014-10-15
* Wrapped init in std::set constructorWilliam Speirs2014-10-15
* Removed CHECK() macro from libparse.cc (was using non-std c features)Clifford Wolf2014-10-13
* More win32/abc fixesClifford Wolf2014-10-12
* Added make_temp_{file,dir}() and remove_directory() APIsClifford Wolf2014-10-12
* Using stringf() instead of asprintf() in "abc" passClifford Wolf2014-10-12
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-12
* Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source treeClifford Wolf2014-10-11
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-11
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-11
* Disabled "cover -d" on win32Clifford Wolf2014-10-11