aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Removed CHECK() macro from libparse.cc (was using non-std c features)Clifford Wolf2014-10-131-22/+15
* More win32/abc fixesClifford Wolf2014-10-121-38/+33
* Added make_temp_{file,dir}() and remove_directory() APIsClifford Wolf2014-10-121-31/+15
* Using stringf() instead of asprintf() in "abc" passClifford Wolf2014-10-121-29/+24
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-122-76/+73
* Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source treeClifford Wolf2014-10-112-1/+1
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-114-7/+7
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-111-1/+1
* Disabled "cover -d" on win32Clifford Wolf2014-10-111-0/+4
* More Win32 build fixesClifford Wolf2014-10-101-10/+7
* Moved patmatch() to yosys.ccClifford Wolf2014-10-103-4/+0
* Replaced fnmatch() with patmatch()Clifford Wolf2014-10-103-18/+14
* Added format __attribute__ to stringf()Clifford Wolf2014-10-102-3/+5
* Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32Clifford Wolf2014-10-101-1/+1
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-1025-284/+284
* Added API for generic cell cost calculationsClifford Wolf2014-10-091-15/+16