Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed extend() to extend_xx(), changed most users to extend_u0() | Clifford Wolf | 2014-12-24 | 2 | -9/+8 |
| | |||||
* | Added support for multiple clock domains to "abc" pass | Clifford Wolf | 2014-12-21 | 1 | -0/+1 |
| | |||||
* | Fixed build with gcc 4.6 | Clifford Wolf | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | Added IdString::destruct_guard hack | Clifford Wolf | 2014-12-11 | 2 | -0/+14 |
| | |||||
* | Added functionality to dff2dffe pass | Clifford Wolf | 2014-12-08 | 1 | -0/+1 |
| | |||||
* | Added bool constructors to SigBit and SigSpec | Clifford Wolf | 2014-12-08 | 2 | -0/+12 |
| | |||||
* | Added module->addDffe() and module->addDffeGate() | Clifford Wolf | 2014-12-08 | 2 | -1/+26 |
| | |||||
* | Added $dffe cell type | Clifford Wolf | 2014-12-08 | 1 | -0/+11 |
| | |||||
* | Added $_DFFE_??_ cell types | Clifford Wolf | 2014-12-08 | 2 | -0/+9 |
| | |||||
* | Added "yosys -qq" to also quiet warning messages | Clifford Wolf | 2014-11-09 | 3 | -3/+8 |
| | |||||
* | Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN | Clifford Wolf | 2014-11-09 | 4 | -20/+24 |
| | |||||
* | Added log_warning() API | Clifford Wolf | 2014-11-09 | 4 | -7/+30 |
| | |||||
* | Use a cache for log_id() memory management | Clifford Wolf | 2014-11-08 | 1 | -1/+4 |
| | |||||
* | Added "used" attribute to entries in yosys_cover_list | Clifford Wolf | 2014-11-07 | 1 | -1/+1 |
| | | | | | http://www.reddit.com/r/yosys/comments/2kw479/fyi_clang_350_build_error/cltgwyc http://llvm.org/bugs/show_bug.cgi?id=19474 | ||||
* | Improved TopoSort determinism | Clifford Wolf | 2014-11-07 | 2 | -9/+9 |
| | |||||
* | Fixed typo in "log_cmd_error_exception" | Clifford Wolf | 2014-11-07 | 3 | -5/+5 |
| | |||||
* | Made "cover" a compile-time option (disabled by default) | Clifford Wolf | 2014-11-06 | 3 | -4/+3 |
| | |||||
* | 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 |
| |