summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Collapse)AuthorAge
* Added "used" attribute to entries in yosys_cover_listClifford Wolf2014-11-07
| | | | | 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 determinismClifford Wolf2014-11-07
|
* Fixed typo in "log_cmd_error_exception"Clifford Wolf2014-11-07
|
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-06
|
* Added support for empty lines to here documentsClifford Wolf2014-10-29
|
* Added support for $readmemh/$readmembClifford Wolf2014-10-26
|
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-23
| | | | (f.read() + f.gcount() made problems with lines > 16kB)
* Merge pull request #40 from parvizp/compile_mac_10.9.2Clifford Wolf2014-10-19
|\ | | | | Builds on Mac 10.9.2 with LLVM 3.5.
| * Builds on Mac 10.9.2 with LLVM 3.5.Parviz Palangpour2014-10-19
| |
* | Improved new_id() for win32Clifford Wolf2014-10-18
| |
* | Various improvements to version reporting on win32Clifford Wolf2014-10-18
| |
* | Fixed shell prompt and proc_self_dirname() for win32Clifford Wolf2014-10-18
|/
* Fixed various VS warningsClifford Wolf2014-10-18
|
* More win32 (mxe and vs) build fixesClifford Wolf2014-10-17
|
* Various win32 / vs build fixesClifford Wolf2014-10-17
|
* Various MXE build fixesClifford Wolf2014-10-17
|
* Header changes so it will compile on VSWilliam Speirs2014-10-17
|
* Fixed a few VS warningsClifford Wolf2014-10-17
|
* Fixed RTLIL::SigSpec::parse() for out-of-range bit- and part-selectsClifford 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
|
* Check for _YOSYS_ in yosys.hClifford Wolf2014-10-15
|
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-15
|
* A few indent fixesClifford Wolf2014-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
* More win32/abc fixesClifford 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
|
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-12
|
* Shrinked the copyright banner by 1 characterClifford Wolf2014-10-11
|
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-11
|
* Added proc_self_dirname() for win32Clifford Wolf2014-10-11
|
* Fixed ifdefs for plugin unloadingClifford Wolf2014-10-11
|
* Using next_token() to parse commandsClifford Wolf2014-10-10
|
* Fixed next_token()Clifford Wolf2014-10-10
|
* Added next_token() function (strtok() replacement)Clifford Wolf2014-10-10
|
* Various win32 build fixes in yosys.ccClifford Wolf2014-10-10
|
* Moved patmatch() to yosys.ccClifford Wolf2014-10-10
|
* Replaced fnmatch() with patmatch()Clifford Wolf2014-10-10
|
* Added format __attribute__ to stringf()Clifford Wolf2014-10-10
|
* Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32Clifford Wolf2014-10-10
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
|
* Replaced "#ifdef WIN32" with "#ifdef _WIN32"Clifford Wolf2014-10-09
|
* Added API for generic cell cost calculationsClifford Wolf2014-10-09
|
* No rusage on win32Clifford Wolf2014-10-09
|
* satgen import sigbit apiClifford Wolf2014-10-03
|
* added resource sharing of $macc cellsClifford Wolf2014-10-03
|