aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yosys.h
Commit message (Expand)AuthorAgeFilesLines
* Fix tcl crash in case of error executing commandMiodrag Milanovic2022-11-301-0/+3
* Assorted microoptimization speedups in core data structures.Marcelina Kościelnicka2022-07-271-1/+1
* Observe $TMPDIR variable when creating tmp filesMohamed A. Bamakhrama2022-05-271-2/+3
* Merge branch 'master' into clk2ff-better-namesClaire Xen2022-02-111-7/+7
|\
| * Added "yosys -r <topmodule>"Claire Xenia Wolf2021-12-101-2/+1
| * Make it work on allMiodrag Milanovic2021-11-051-3/+1
| * Removed semicolon from macroMiodrag Milanovic2021-11-051-1/+1
| * rtlil: Make Process handling more uniform with Cell and Wire.Marcelina Kościelnicka2021-07-121-0/+3
| * Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
| * split CodingReadme into multiple filesN. Engelhardt2021-03-221-1/+1
* | clk2fflogic: nice names for autogenerated signalsNoah Moroze2021-03-021-0/+3
|/
* 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