aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yosys.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Various MXE build fixesClifford Wolf2014-10-171-4/+17
* Header changes so it will compile on VSWilliam Speirs2014-10-171-3/+7
* Fixed gcc warningClifford Wolf2014-10-151-1/+2
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-151-16/+0
* More win32/abc fixesClifford Wolf2014-10-121-5/+7
* Various small fixes for non-win32 buildsClifford Wolf2014-10-121-3/+7
* Added make_temp_{file,dir}() and remove_directory() APIsClifford Wolf2014-10-121-0/+90
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-121-0/+25
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-111-0/+16
* Added proc_self_dirname() for win32Clifford Wolf2014-10-111-4/+12
* Fixed ifdefs for plugin unloadingClifford Wolf2014-10-111-2/+2
* Fixed next_token()Clifford Wolf2014-10-101-2/+2
* Added next_token() function (strtok() replacement)Clifford Wolf2014-10-101-1/+18
* Various win32 build fixes in yosys.ccClifford Wolf2014-10-101-5/+30
* Moved patmatch() to yosys.ccClifford Wolf2014-10-101-0/+62
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-5/+5
* Create a default selection stack in RTLIL::Design::Design()Clifford Wolf2014-09-021-2/+0
* Added emscripten (emcc) support to build system and some build fixesClifford Wolf2014-08-221-2/+23
* Added "plugin" commandClifford Wolf2014-08-221-0/+7
* Fixed proc_{self,share}_dirname error handlingClifford Wolf2014-08-171-4/+2
* More bugfixes related to new RTLIL::IdStringClifford Wolf2014-08-021-1/+1
* Preparations for RTLIL::IdString redesign: cleanup of existing codeClifford Wolf2014-08-021-5/+5
* Added logfile hash to statistics footerClifford Wolf2014-08-011-2/+14
* Added ModIndex helper class, some changes to RTLIL::MonitorClifford Wolf2014-08-011-0/+5
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-0/+565
* Added "kernel/yosys.h" and "kernel/yosys.cc"Clifford Wolf2014-07-301-0/+40