aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yosys.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
* Added "write_smv" skeletonClifford Wolf2015-06-151-2/+4
* Fixed cstr_buf for std::string with small string optimizationClifford Wolf2015-06-111-0/+11
* Improved attributes API and handling of "src" attributesClifford Wolf2015-04-241-0/+1
* Added support for "file names with blanks"Clifford Wolf2015-04-081-1/+2
* Fixed detection of absolute paths in ABC for win32Clifford Wolf2015-03-221-0/+1
* Replaced ezDefaultSAT with ezSatPtrClifford Wolf2015-02-211-0/+1
* Added "make mklibyosys", some minor API changesClifford Wolf2015-02-011-3/+4
* Added yosys_banner(), Updated Copyright rangeClifford Wolf2015-02-011-0/+1
* Added hashlib::idict<>Clifford Wolf2015-01-181-0/+1
* Progress in memory_bramClifford Wolf2014-12-311-0/+4
* Added memory_bram (not functional yet)Clifford Wolf2014-12-311-1/+1
* using pool<> in bitpattern.hClifford Wolf2014-12-301-0/+4
* added hashlib::mkhash_initClifford Wolf2014-12-301-0/+1
* Added "yosys -X"Clifford Wolf2014-12-291-0/+1
* dict/pool changes in astClifford Wolf2014-12-291-0/+6
* gcc build fixesClifford Wolf2014-12-291-11/+16
* Added mkhash_xorshift()Clifford Wolf2014-12-291-0/+1
* Some cleanupsClifford Wolf2014-12-281-1/+8
* Added memhasher (yosys -M)Clifford Wolf2014-12-281-0/+7
* Renamed hashmap.h to hashlib.h, some related improvementsClifford Wolf2014-12-281-1/+35
* More hashtable finetuningClifford Wolf2014-12-271-1/+2
* Replaced std::unordered_set (nodict) with Yosys::poolClifford Wolf2014-12-261-1/+0
* Replaced std::unordered_map as implementation for Yosys::dictClifford Wolf2014-12-261-1/+0
* Added new_dict (hashmap.h) and re-enabled code coverage countersClifford Wolf2014-12-261-0/+1
* Temporary gcc 4.6 build hotfix for Yosys::dict and Yosys::nodictClifford Wolf2014-12-261-8/+3
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-261-0/+12
* Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURNClifford Wolf2014-11-091-9/+13
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-231-0/+1
* More win32 (mxe and vs) build fixesClifford Wolf2014-10-171-4/+7
* Various win32 / vs build fixesClifford Wolf2014-10-171-8/+9
* Various MXE build fixesClifford Wolf2014-10-171-6/+5
* Header changes so it will compile on VSWilliam Speirs2014-10-171-1/+28
* Check for _YOSYS_ in yosys.hClifford Wolf2014-10-151-0/+6
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-151-1/+0
* Define empty __attribute__ macro for non-gcc, non-clang compilersClifford Wolf2014-10-151-0/+4
* 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