aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yosys.h
Commit message (Expand)AuthorAgeFilesLines
* split CodingReadme into multiple filesN. Engelhardt2021-03-221-1/+1
* kernel/yosys.h: undef CONST on WIN32umarcor2020-12-281-2/+3
* kernel: undef Tcl macros interfering with cxxrtl.whitequark2020-12-221-0/+2
* Expose abc and data paths as globalsMiodrag Milanovic2020-11-061-0/+3
* Use [[maybe_unused]] instead of YS_ATTRIBUTE(unused).whitequark2020-06-191-0/+8
* Use C++11 [[noreturn]] attribute.whitequark2020-06-191-3/+0
* Use C++11 final/override keywords.whitequark2020-06-181-8/+0
* MSVC defines TRANSPARENT tooAnonymous Maarten2020-06-171-4/+4
* Fix clang compiler warningClaire Wolf2020-05-081-2/+2
* Add YS_FALLTHROUGH macro to mark case fall-throughXiretza2020-05-071-0/+10
* Add WASI platform support.whitequark2020-04-301-0/+2
* Merge pull request #1894 from YosysHQ/mingw_fixMiodrag Milanović2020-04-151-0/+4
|\
| * Fix compile for mingwMiodrag Milanovic2020-04-151-0/+4
* | Support custom PROGRAM_PREFIXMiodrag Milanovic2020-04-101-0/+1
|/
* write_cxxrtl: new backend.whitequark2020-04-091-0/+3
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-2/+2
* log_dump() to support State enumEddie Hung2019-10-021-0/+1
* Move namespace aliasEddie Hung2019-08-161-2/+1
* Try this for gcc-4.8?Eddie Hung2019-08-151-1/+1
* Fix spacingEddie Hung2019-08-151-1/+1
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-0/+2
* Improve API of ID() macroClifford Wolf2019-08-111-2/+10
* New mxe hacks needed to support 2ca237eMiodrag Milanovic2019-08-011-0/+4
* made ObjectIterator extend std::iteratorJakob Wenzel2019-07-241-0/+1
* Optimize ceil_log2 functionMatthew Daiter2019-05-071-1/+1
* fix codestyle formattingOleg Endo2019-04-291-1/+1
* escape spaces with backslash when writing dep fileOleg Endo2019-04-291-0/+1
* Added support for changing Yosys namespaceBenedikt Tutzer2019-04-031-0/+1
* Merge remote-tracking branch 'origin/master' into feature/python_bindingsBenedikt Tutzer2019-03-281-1/+1
|\
| * Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-1/+1
* | added some checks if python is enabled to make sure everything compiles if py...Benedikt Tutzer2018-08-201-0/+2
* | Fixed issue when using a python plugin in the yosys shellBenedikt Tutzer2018-08-201-0/+5
* | Python Passes can now be added with the -m option or with the plugin command....Benedikt Tutzer2018-08-161-0/+5
|/
* Add support for "yosys -E"Clifford Wolf2018-01-071-0/+3
* Add "using std::get" to yosys.hClifford Wolf2017-07-251-0/+1
* Enable readline and tcl in mxe buildsClifford Wolf2017-05-171-0/+10
* define PATH_MAX if not defined by limits.hClifford Wolf2016-10-111-0/+5
* Added glob support to all front-endsClifford Wolf2016-08-221-0/+1
* Include <cmath> in yosys.hClifford Wolf2016-05-081-0/+1
* Fixes for MXE buildClifford Wolf2016-05-071-1/+1
* Added "int ceil_log2(int)" functionClifford Wolf2016-02-131-0/+1
* Added hashlib::mfp and new SigMapClifford Wolf2015-10-271-0/+1
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-0/+7
* Added "equiv_add -cell"Clifford Wolf2015-10-251-2/+2
* equiv_purge bugfix, using SigChunk in Yosys namespaceClifford Wolf2015-10-241-0/+2
* 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