| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed typo in "log_cmd_error_exception" | Clifford Wolf | 2014-11-07 | 2 | -4/+4 |
* | Made "cover" a compile-time option (disabled by default) | Clifford Wolf | 2014-11-06 | 1 | -2/+2 |
* | Added "opt -full" alias for all more aggressive optimizations | Clifford Wolf | 2014-10-31 | 3 | -7/+29 |
* | Re-introduced Yosys::readsome() helper function | Clifford Wolf | 2014-10-23 | 1 | -6/+3 |
* | Also look for yosys-abc in parent dir on win32 | Clifford Wolf | 2014-10-18 | 1 | -0/+5 |
* | Fixed typo in test_cell | Clifford Wolf | 2014-10-18 | 1 | -1/+1 |
* | Fixed various VS warnings | Clifford Wolf | 2014-10-18 | 3 | -7/+7 |
* | Various win32 / vs build fixes | Clifford Wolf | 2014-10-17 | 2 | -7/+7 |
* | Added genfiles.zip to MXE "make dist" | Clifford Wolf | 2014-10-17 | 1 | -1/+1 |
* | Various MXE build fixes | Clifford Wolf | 2014-10-17 | 1 | -2/+5 |
* | Header changes so it will compile on VS | William Speirs | 2014-10-17 | 4 | -6/+25 |
* | Don't be too smart with $dff cells with "init" attribute on out signal | Clifford Wolf | 2014-10-16 | 1 | -1/+1 |
* | Some cleanups in opt_clean | Clifford Wolf | 2014-10-16 | 1 | -16/+9 |
* | Replaced readsome() with read() and gcount() | Clifford Wolf | 2014-10-15 | 1 | -3/+6 |
* | Changed from "and" to "&&" | William Speirs | 2014-10-15 | 1 | -1/+1 |
* | Wrapped init in std::set constructor | William Speirs | 2014-10-15 | 1 | -2/+2 |
* | Removed CHECK() macro from libparse.cc (was using non-std c features) | Clifford Wolf | 2014-10-13 | 1 | -22/+15 |
* | More win32/abc fixes | Clifford Wolf | 2014-10-12 | 1 | -38/+33 |
* | Added make_temp_{file,dir}() and remove_directory() APIs | Clifford Wolf | 2014-10-12 | 1 | -31/+15 |
* | Using stringf() instead of asprintf() in "abc" pass | Clifford Wolf | 2014-10-12 | 1 | -29/+24 |
* | Added run_command() api to replace system() and popen() | Clifford Wolf | 2014-10-12 | 2 | -76/+73 |
* | Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source tree | Clifford Wolf | 2014-10-11 | 2 | -1/+1 |
* | Do not the 'z' modifier in format string (another win32 fix) | Clifford Wolf | 2014-10-11 | 4 | -7/+7 |
* | Fixed win32 troubles with f.readsome() | Clifford Wolf | 2014-10-11 | 1 | -1/+1 |
* | Disabled "cover -d" on win32 | Clifford Wolf | 2014-10-11 | 1 | -0/+4 |
* | More Win32 build fixes | Clifford Wolf | 2014-10-10 | 1 | -10/+7 |
* | Moved patmatch() to yosys.cc | Clifford Wolf | 2014-10-10 | 3 | -4/+0 |
* | Replaced fnmatch() with patmatch() | Clifford Wolf | 2014-10-10 | 3 | -18/+14 |
* | Added format __attribute__ to stringf() | Clifford Wolf | 2014-10-10 | 2 | -3/+5 |
* | Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32 | Clifford Wolf | 2014-10-10 | 1 | -1/+1 |
* | Renamed SIZE() to GetSize() because of name collision on Win32 | Clifford Wolf | 2014-10-10 | 25 | -284/+284 |
* | Added API for generic cell cost calculations | Clifford Wolf | 2014-10-09 | 1 | -15/+16 |
* | Added mxe-based cross build for win32 | Clifford Wolf | 2014-10-09 | 1 | -3/+3 |
* | Fixes in "hilomap" help message | Clifford Wolf | 2014-10-08 | 1 | -4/+2 |
* | sort cell types in "stat" output by name | Clifford Wolf | 2014-10-03 | 1 | -2/+2 |
* | sat encoding for exclusive $pmux ctrl inputs in "share" pass | Clifford Wolf | 2014-10-03 | 1 | -4/+16 |
* | added resource sharing of $macc cells | Clifford Wolf | 2014-10-03 | 1 | -3/+261 |
* | Added $_BUF_ cell type | Clifford Wolf | 2014-10-03 | 2 | -5/+9 |
* | remove buffers in opt_clean | Clifford Wolf | 2014-10-03 | 1 | -0/+13 |
* | resource sharing of $alu cells | Clifford Wolf | 2014-10-03 | 1 | -3/+21 |
* | set "keep" on modules with $assert cells in "hierarchy" | Clifford Wolf | 2014-09-30 | 1 | -0/+30 |
* | Added support for "keep" on modules | Clifford Wolf | 2014-09-29 | 2 | -2/+2 |
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 74 | -475/+753 |
* | Re-enabled assert for new logic loops in "share" pass | Clifford Wolf | 2014-09-21 | 1 | -4/+1 |
* | Various improvements regarding logic loops in "share" results | Clifford Wolf | 2014-09-21 | 1 | -37/+108 |
* | Logic loop bugfix for "share" pass | Clifford Wolf | 2014-09-21 | 1 | -3/+7 |
* | Added "share -limit" | Clifford Wolf | 2014-09-21 | 1 | -1/+13 |
* | Still loop bug in "share": changed assert to warning | Clifford Wolf | 2014-09-21 | 1 | -13/+25 |
* | Do not introduce new logic loops in "share" | Clifford Wolf | 2014-09-21 | 1 | -6/+47 |
* | Assert on new logic loops in "share" pass | Clifford Wolf | 2014-09-21 | 1 | -0/+48 |