| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed MXE build | Clifford Wolf | 2014-10-15 | 1 | -2/+2 |
* | Check for _YOSYS_ in yosys.h | Clifford Wolf | 2014-10-15 | 1 | -0/+6 |
* | Replaced readsome() with read() and gcount() | Clifford Wolf | 2014-10-15 | 2 | -17/+0 |
* | A few indent fixes | Clifford Wolf | 2014-10-15 | 2 | -3/+3 |
* | Made iterators extend std::iterator and added == operator | William Speirs | 2014-10-15 | 1 | -2/+4 |
* | Define empty __attribute__ macro for non-gcc, non-clang compilers | Clifford Wolf | 2014-10-15 | 2 | -13/+9 |
* | Fixed log so it will compile under Visual Studio | William Speirs | 2014-10-15 | 2 | -8/+39 |
* | More win32/abc fixes | Clifford Wolf | 2014-10-12 | 1 | -5/+7 |
* | Various small fixes for non-win32 builds | Clifford Wolf | 2014-10-12 | 2 | -4/+11 |
* | Added make_temp_{file,dir}() and remove_directory() APIs | Clifford Wolf | 2014-10-12 | 2 | -0/+93 |
* | Added run_command() api to replace system() and popen() | Clifford Wolf | 2014-10-12 | 3 | -1/+27 |
* | Shrinked the copyright banner by 1 character | Clifford Wolf | 2014-10-11 | 1 | -19/+19 |
* | Fixed win32 troubles with f.readsome() | Clifford Wolf | 2014-10-11 | 2 | -0/+17 |
* | Added proc_self_dirname() for win32 | Clifford Wolf | 2014-10-11 | 1 | -4/+12 |
* | Fixed ifdefs for plugin unloading | Clifford Wolf | 2014-10-11 | 1 | -2/+2 |
* | Using next_token() to parse commands | Clifford Wolf | 2014-10-10 | 1 | -24/+24 |
* | Fixed next_token() | Clifford Wolf | 2014-10-10 | 1 | -2/+2 |
* | Added next_token() function (strtok() replacement) | Clifford Wolf | 2014-10-10 | 2 | -2/+19 |
* | Various win32 build fixes in yosys.cc | Clifford Wolf | 2014-10-10 | 1 | -5/+30 |
* | Moved patmatch() to yosys.cc | Clifford Wolf | 2014-10-10 | 3 | -91/+65 |
* | Replaced fnmatch() with patmatch() | Clifford Wolf | 2014-10-10 | 1 | -0/+91 |
* | Added format __attribute__ to stringf() | Clifford Wolf | 2014-10-10 | 2 | -2/+2 |
* | Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32 | Clifford Wolf | 2014-10-10 | 1 | -52/+52 |
* | Renamed SIZE() to GetSize() because of name collision on Win32 | Clifford Wolf | 2014-10-10 | 13 | -127/+127 |
* | Replaced "#ifdef WIN32" with "#ifdef _WIN32" | Clifford Wolf | 2014-10-09 | 2 | -4/+4 |
* | Added API for generic cell cost calculations | Clifford Wolf | 2014-10-09 | 1 | -0/+84 |
* | No rusage on win32 | Clifford Wolf | 2014-10-09 | 2 | -2/+13 |
* | satgen import sigbit api | Clifford Wolf | 2014-10-03 | 1 | -1/+17 |
* | added resource sharing of $macc cells | Clifford Wolf | 2014-10-03 | 1 | -0/+9 |
* | Added $_BUF_ cell type | Clifford Wolf | 2014-10-03 | 2 | -0/+4 |
* | Added support for "keep" on modules | Clifford Wolf | 2014-09-29 | 1 | -0/+5 |
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 6 | -16/+28 |
* | Assert on new logic loops in "share" pass | Clifford Wolf | 2014-09-21 | 1 | -1/+1 |
* | Initialize RTLIL::Const from std::vector<bool> | Clifford Wolf | 2014-09-19 | 2 | -1/+9 |
* | Added new CodingReadme file (replaces CodingStyle and CHECKLISTS) | Clifford Wolf | 2014-09-16 | 1 | -0/+2 |
* | Added the obvious optimizations to alumacc $macc generator | Clifford Wolf | 2014-09-15 | 1 | -0/+60 |
* | Fixed monitor notifications for removed cell | Clifford Wolf | 2014-09-14 | 1 | -0/+3 |
* | Added "synth" command | Clifford Wolf | 2014-09-14 | 1 | -10/+4 |
* | Simplified $fa undef model | Clifford Wolf | 2014-09-08 | 2 | -14/+5 |
* | Added $lcu cell type | Clifford Wolf | 2014-09-08 | 4 | -0/+84 |
* | Added "$fa" cell type | Clifford Wolf | 2014-09-08 | 4 | -0/+90 |
* | Added $macc eval model | Clifford Wolf | 2014-09-06 | 1 | -0/+22 |
* | Added $macc SAT model | Clifford Wolf | 2014-09-06 | 1 | -0/+71 |
* | Added $macc cell type | Clifford Wolf | 2014-09-06 | 3 | -7/+189 |
* | Corrected spelling mistakes found by lintian | Ruben Undheim | 2014-09-06 | 1 | -3/+3 |
* | Removed $bu0 cell type | Clifford Wolf | 2014-09-04 | 5 | -31/+6 |
* | Using $pos models for $bu0 | Clifford Wolf | 2014-09-03 | 2 | -2/+2 |
* | Fixes in $alu SAT- and eval-models | Clifford Wolf | 2014-09-03 | 2 | -6/+5 |
* | Create a default selection stack in RTLIL::Design::Design() | Clifford Wolf | 2014-09-02 | 2 | -2/+1 |
* | Small bug fixes in $not, $neg, and $shiftx models | Clifford Wolf | 2014-09-02 | 2 | -6/+6 |