Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for empty lines to here documents | Clifford Wolf | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | Added support for $readmemh/$readmemb | Clifford Wolf | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | Re-introduced Yosys::readsome() helper function | Clifford Wolf | 2014-10-23 | 2 | -0/+17 |
| | | | | (f.read() + f.gcount() made problems with lines > 16kB) | ||||
* | Merge pull request #40 from parvizp/compile_mac_10.9.2 | Clifford Wolf | 2014-10-19 | 1 | -0/+3 |
|\ | | | | | Builds on Mac 10.9.2 with LLVM 3.5. | ||||
| * | Builds on Mac 10.9.2 with LLVM 3.5. | Parviz Palangpour | 2014-10-19 | 1 | -0/+3 |
| | | |||||
* | | Improved new_id() for win32 | Clifford Wolf | 2014-10-18 | 1 | -4/+12 |
| | | |||||
* | | Various improvements to version reporting on win32 | Clifford Wolf | 2014-10-18 | 1 | -4/+0 |
| | | |||||
* | | Fixed shell prompt and proc_self_dirname() for win32 | Clifford Wolf | 2014-10-18 | 1 | -6/+24 |
|/ | |||||
* | Fixed various VS warnings | Clifford Wolf | 2014-10-18 | 3 | -4/+4 |
| | |||||
* | More win32 (mxe and vs) build fixes | Clifford Wolf | 2014-10-17 | 3 | -12/+65 |
| | |||||
* | Various win32 / vs build fixes | Clifford Wolf | 2014-10-17 | 4 | -15/+16 |
| | |||||
* | Various MXE build fixes | Clifford Wolf | 2014-10-17 | 3 | -11/+23 |
| | |||||
* | Header changes so it will compile on VS | William Speirs | 2014-10-17 | 3 | -6/+40 |
| | |||||
* | Fixed a few VS warnings | Clifford Wolf | 2014-10-17 | 3 | -3/+3 |
| | |||||
* | Fixed RTLIL::SigSpec::parse() for out-of-range bit- and part-selects | Clifford Wolf | 2014-10-16 | 1 | -1/+8 |
| | |||||
* | Replaced log_assert() do { ... } while (0) hack with a static inline function | Clifford Wolf | 2014-10-15 | 1 | -1/+5 |
| | |||||
* | Fixed gcc warning | Clifford Wolf | 2014-10-15 | 1 | -1/+2 |
| | |||||
* | 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 |
| | | | | - Included an implementation of gettimeofday | ||||
* | 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 |
| |