aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yosys.h
Commit message (Collapse)AuthorAgeFilesLines
* Various small fixes for non-win32 buildsClifford Wolf2014-10-121-1/+4
|
* Added make_temp_{file,dir}() and remove_directory() APIsClifford Wolf2014-10-121-0/+3
|
* Added run_command() api to replace system() and popen()Clifford Wolf2014-10-121-0/+1
|
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-111-0/+1
|
* Added next_token() function (strtok() replacement)Clifford Wolf2014-10-101-1/+1
|
* Moved patmatch() to yosys.ccClifford Wolf2014-10-101-0/+3
|
* Added format __attribute__ to stringf()Clifford Wolf2014-10-101-1/+1
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-2/+2
|
* namespace YosysClifford Wolf2014-09-271-12/+4
|
* Added new CodingReadme file (replaces CodingStyle and CHECKLISTS)Clifford Wolf2014-09-161-0/+2
|
* Removed compatbility.{h,cc}: Not using open_memstream/fmemopen anymoreClifford Wolf2014-08-231-1/+0
|
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-231-0/+1
|
* Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-231-0/+5
|
* Added "plugin" commandClifford Wolf2014-08-221-0/+5
|
* Added stackmap<> containerClifford Wolf2014-08-171-0/+1
|
* Fixed build with gcc-4.6Clifford Wolf2014-08-071-0/+8
|
* Added ID() macro for static IdStringsClifford Wolf2014-08-031-0/+3
|
* Improvements in new RTLIL::IdString implementationClifford Wolf2014-08-021-0/+4
|
* Preparations for RTLIL::IdString redesign: cleanup of existing codeClifford Wolf2014-08-021-0/+1
|
* Added logfile hash to statistics footerClifford Wolf2014-08-011-0/+2
|
* Added ModIndex helper class, some changes to RTLIL::MonitorClifford Wolf2014-08-011-1/+8
|
* Added "trace" commandClifford Wolf2014-07-311-0/+3
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-8/+30
|
* Added "kernel/yosys.h" and "kernel/yosys.cc"Clifford Wolf2014-07-301-0/+86