aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added mxe-based cross build for win32Clifford Wolf2014-10-091-3/+3
* Fixes in "hilomap" help messageClifford Wolf2014-10-081-4/+2
* sort cell types in "stat" output by nameClifford Wolf2014-10-031-2/+2
* sat encoding for exclusive $pmux ctrl inputs in "share" passClifford Wolf2014-10-031-4/+16
* added resource sharing of $macc cellsClifford Wolf2014-10-031-3/+261
* Added $_BUF_ cell typeClifford Wolf2014-10-032-5/+9
* remove buffers in opt_cleanClifford Wolf2014-10-031-0/+13
* resource sharing of $alu cellsClifford Wolf2014-10-031-3/+21
* set "keep" on modules with $assert cells in "hierarchy"Clifford Wolf2014-09-301-0/+30
* Added support for "keep" on modulesClifford Wolf2014-09-292-2/+2
* namespace YosysClifford Wolf2014-09-2774-475/+753
* Re-enabled assert for new logic loops in "share" passClifford Wolf2014-09-211-4/+1
* Various improvements regarding logic loops in "share" resultsClifford Wolf2014-09-211-37/+108
* Logic loop bugfix for "share" passClifford Wolf2014-09-211-3/+7
* Added "share -limit"Clifford Wolf2014-09-211-1/+13
* Still loop bug in "share": changed assert to warningClifford Wolf2014-09-211-13/+25
* Do not introduce new logic loops in "share"Clifford Wolf2014-09-211-6/+47
* Assert on new logic loops in "share" passClifford Wolf2014-09-211-0/+48
* Added "test_abcloop" commandClifford Wolf2014-09-192-0/+286
* Small improvements in "abc" command handle_loops() functionClifford Wolf2014-09-191-6/+9
* Using "NOT" instead of "INV" as cell name in default abc genlib fileClifford Wolf2014-09-191-2/+2