Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #40 from parvizp/compile_mac_10.9.2 | Clifford Wolf | 2014-10-19 | 2 | -0/+8 | |
|\ \ | | | | | | | 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 | 2 | -0/+8 | |
| | | | ||||||
* | | | Improved new_id() for win32 | Clifford Wolf | 2014-10-18 | 1 | -4/+12 | |
| | | | ||||||
* | | | Also look for yosys-abc in parent dir on win32 | Clifford Wolf | 2014-10-18 | 1 | -0/+5 | |
| | | | ||||||
* | | | Various improvements to version reporting on win32 | Clifford Wolf | 2014-10-18 | 3 | -11/+23 | |
| | | | ||||||
* | | | Disabled READLINE in MXE cross build | Clifford Wolf | 2014-10-18 | 1 | -0/+1 | |
| | | | ||||||
* | | | Fixed typo in test_cell | Clifford Wolf | 2014-10-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | 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 | 8 | -14/+14 | |
| | | ||||||
* | | Create vcxsrc in mxe build "make dist" | Clifford Wolf | 2014-10-18 | 4 | -33/+78 | |
| | | ||||||
* | | Moved yosys-config.in to misc/ | Clifford Wolf | 2014-10-18 | 2 | -2/+2 | |
| | | ||||||
* | | Added notes regarding building in VS | Clifford Wolf | 2014-10-17 | 2 | -3/+38 | |
| | | ||||||
* | | Added vcxproj_files.txt to MXE "make dist" | Clifford Wolf | 2014-10-17 | 1 | -5/+7 | |
| | | ||||||
* | | More win32 (mxe and vs) build fixes | Clifford Wolf | 2014-10-17 | 5 | -25/+86 | |
| | | ||||||
* | | Various win32 / vs build fixes | Clifford Wolf | 2014-10-17 | 8 | -23/+28 | |
| | | ||||||
* | | Added genfiles.zip to MXE "make dist" | Clifford Wolf | 2014-10-17 | 2 | -2/+4 | |
| | | ||||||
* | | Various MXE build fixes | Clifford Wolf | 2014-10-17 | 4 | -13/+28 | |
| | | ||||||
* | | Header changes so it will compile on VS | William Speirs | 2014-10-17 | 10 | -17/+79 | |
| | | ||||||
* | | Wrapped math in int constructor | William Speirs | 2014-10-17 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed a few VS warnings | Clifford Wolf | 2014-10-17 | 3 | -3/+3 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Print "SystemVerilog" in "read_verilog -sv" log messages | Clifford Wolf | 2014-10-16 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed RTLIL::SigSpec::parse() for out-of-range bit- and part-selects | Clifford Wolf | 2014-10-16 | 1 | -1/+8 | |
| | | ||||||
* | | Fixed handling of invalid array access in mem2reg code | Clifford Wolf | 2014-10-16 | 2 | -3/+15 | |
| | | ||||||
* | | 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 | 2 | -3/+3 | |
| | | ||||||
* | | Merge branch 'win32' | Clifford Wolf | 2014-10-15 | 18 | -71/+105 | |
|\ \ | ||||||
| * | | Check for _YOSYS_ in yosys.h | Clifford Wolf | 2014-10-15 | 1 | -0/+6 | |
| | | | ||||||
| * | | Updated .gitignore file for ilang and verilog frontends | Clifford Wolf | 2014-10-15 | 2 | -8/+8 | |
| | | | ||||||
| * | | Replaced readsome() with read() and gcount() | Clifford Wolf | 2014-10-15 | 4 | -23/+11 | |
| | | | ||||||
| * | | A few indent fixes | Clifford Wolf | 2014-10-15 | 3 | -4/+4 | |
| | | | ||||||
| * | | Changed from "and" to "&&" | William Speirs | 2014-10-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Changed to explicit heap allocated memory | William Speirs | 2014-10-15 | 1 | -1/+4 | |
| | | | ||||||
| * | | Wrapped init in std::set constructor | William Speirs | 2014-10-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | 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 | |||||
| * | | Updated lexers & parsers to include prefixes | William Speirs | 2014-10-15 | 6 | -27/+35 | |
|/ / | ||||||
* | | Updated ABC, enabled ABC in mxe builds | Clifford Wolf | 2014-10-15 | 1 | -3/+2 | |
| | | ||||||
* | | Removed CHECK() macro from libparse.cc (was using non-std c features) | Clifford Wolf | 2014-10-13 | 1 | -22/+15 | |
| | | ||||||
* | | Fixed ABC ARCHFLAGS for win32 cross build | Clifford Wolf | 2014-10-12 | 1 | -1/+1 | |
| | | ||||||
* | | More win32/abc fixes | Clifford Wolf | 2014-10-12 | 3 | -45/+46 | |
| | | ||||||
* | | Various Makefile changes for cross-compiling ABC for Win32 | Clifford Wolf | 2014-10-12 | 2 | -8/+12 | |
| | | ||||||
* | | 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 | 4 | -49/+116 | |
| | | ||||||
* | | 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 | 6 | -92/+104 | |
| | | ||||||
* | | 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 | |
| | |