summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Wrapped math in int constructorWilliam Speirs2014-10-17
|
* Fixed a few VS warningsClifford Wolf2014-10-17
|
* Don't be too smart with $dff cells with "init" attribute on out signalClifford Wolf2014-10-16
|
* Some cleanups in opt_cleanClifford Wolf2014-10-16
|
* Print "SystemVerilog" in "read_verilog -sv" log messagesClifford Wolf2014-10-16
|
* Fixed RTLIL::SigSpec::parse() for out-of-range bit- and part-selectsClifford Wolf2014-10-16
|
* Fixed handling of invalid array access in mem2reg codeClifford Wolf2014-10-16
|
* Replaced log_assert() do { ... } while (0) hack with a static inline functionClifford Wolf2014-10-15
|
* Fixed gcc warningClifford Wolf2014-10-15
|
* Fixed MXE buildClifford Wolf2014-10-15
|
* Merge branch 'win32'Clifford Wolf2014-10-15
|\
| * Check for _YOSYS_ in yosys.hClifford Wolf2014-10-15
| |
| * Updated .gitignore file for ilang and verilog frontendsClifford Wolf2014-10-15
| |
| * Replaced readsome() with read() and gcount()Clifford Wolf2014-10-15
| |
| * A few indent fixesClifford Wolf2014-10-15
| |
| * Changed from "and" to "&&"William Speirs2014-10-15
| |
| * Changed to explicit heap allocated memoryWilliam Speirs2014-10-15
| |
| * Wrapped init in std::set constructorWilliam Speirs2014-10-15
| |
| * Made iterators extend std::iterator and added == operatorWilliam Speirs2014-10-15
| |
| * Define empty __attribute__ macro for non-gcc, non-clang compilersClifford Wolf2014-10-15
| |
| * Fixed log so it will compile under Visual StudioWilliam Speirs2014-10-15
| | | | | | | | - Included an implementation of gettimeofday
| * Updated lexers & parsers to include prefixesWilliam Speirs2014-10-15
|/
* Updated ABC, enabled ABC in mxe buildsClifford Wolf2014-10-15
|
* Removed CHECK() macro from libparse.cc (was using non-std c features)Clifford Wolf2014-10-13
|
* Fixed ABC ARCHFLAGS for win32 cross buildClifford Wolf2014-10-12
|
* More win32/abc fixesClifford Wolf2014-10-12
|
* Various Makefile changes for cross-compiling ABC for Win32Clifford Wolf2014-10-12
|
* Various small fixes for non-win32 buildsClifford Wolf2014-10-12
|
* Added make_temp_{file,dir}() and remove_directory() APIsClifford Wolf2014-10-12
|
* Using stringf() instead of asprintf() in "abc" passClifford Wolf2014-10-12
|
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-12
|
* Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source treeClifford Wolf2014-10-11
|
* Shrinked the copyright banner by 1 characterClifford Wolf2014-10-11
|
* Added "make dist" for mxe buildsClifford Wolf2014-10-11
|
* Fixed Makefile PRETTY=1 for MXE (win32) and EMCC (js) buildsClifford Wolf2014-10-11
|
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-11
|
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-11
|
* Strip win32 executeablesClifford Wolf2014-10-11
|
* Added proc_self_dirname() for win32Clifford Wolf2014-10-11
|
* Fixed MXE readline supportClifford Wolf2014-10-11
|
* Fixed ifdefs for plugin unloadingClifford Wolf2014-10-11
|
* Disabled "cover -d" on win32Clifford Wolf2014-10-11
|
* Not using std::to_string in ezsat (problems with mingw)Clifford Wolf2014-10-11
|
* Disabled vhdl2verilog command for win32 buildsClifford Wolf2014-10-11
|
* Disabled ezminisat timeout feature for Win32Clifford Wolf2014-10-11
|
* Using next_token() to parse commandsClifford Wolf2014-10-10
|
* Fixed next_token()Clifford Wolf2014-10-10
|
* More Win32 build fixesClifford Wolf2014-10-10
|
* Added next_token() function (strtok() replacement)Clifford Wolf2014-10-10
|
* Various win32 build fixes in yosys.ccClifford Wolf2014-10-10
|