| Commit message (Expand) | Author | Age | Files | Lines |
* | Observe $TMPDIR variable when creating tmp files | Mohamed A. Bamakhrama | 2022-05-27 | 1 | -2/+3 |
* | Merge branch 'master' into clk2ff-better-names | Claire Xen | 2022-02-11 | 1 | -7/+7 |
|\ |
|
| * | Added "yosys -r <topmodule>" | Claire Xenia Wolf | 2021-12-10 | 1 | -2/+1 |
| * | Make it work on all | Miodrag Milanovic | 2021-11-05 | 1 | -3/+1 |
| * | Removed semicolon from macro | Miodrag Milanovic | 2021-11-05 | 1 | -1/+1 |
| * | rtlil: Make Process handling more uniform with Cell and Wire. | Marcelina Kościelnicka | 2021-07-12 | 1 | -0/+3 |
| * | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 1 | -1/+1 |
| * | split CodingReadme into multiple files | N. Engelhardt | 2021-03-22 | 1 | -1/+1 |
* | | clk2fflogic: nice names for autogenerated signals | Noah Moroze | 2021-03-02 | 1 | -0/+3 |
|/ |
|
* | kernel/yosys.h: undef CONST on WIN32 | umarcor | 2020-12-28 | 1 | -2/+3 |
* | kernel: undef Tcl macros interfering with cxxrtl. | whitequark | 2020-12-22 | 1 | -0/+2 |
* | Expose abc and data paths as globals | Miodrag Milanovic | 2020-11-06 | 1 | -0/+3 |
* | Use [[maybe_unused]] instead of YS_ATTRIBUTE(unused). | whitequark | 2020-06-19 | 1 | -0/+8 |
* | Use C++11 [[noreturn]] attribute. | whitequark | 2020-06-19 | 1 | -3/+0 |
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -8/+0 |
* | MSVC defines TRANSPARENT too | Anonymous Maarten | 2020-06-17 | 1 | -4/+4 |
* | Fix clang compiler warning | Claire Wolf | 2020-05-08 | 1 | -2/+2 |
* | Add YS_FALLTHROUGH macro to mark case fall-through | Xiretza | 2020-05-07 | 1 | -0/+10 |
* | Add WASI platform support. | whitequark | 2020-04-30 | 1 | -0/+2 |
* | Merge pull request #1894 from YosysHQ/mingw_fix | Miodrag Milanović | 2020-04-15 | 1 | -0/+4 |
|\ |
|
| * | Fix compile for mingw | Miodrag Milanovic | 2020-04-15 | 1 | -0/+4 |
* | | Support custom PROGRAM_PREFIX | Miodrag Milanovic | 2020-04-10 | 1 | -0/+1 |
|/ |
|
* | write_cxxrtl: new backend. | whitequark | 2020-04-09 | 1 | -0/+3 |
* | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 1 | -2/+2 |
* | log_dump() to support State enum | Eddie Hung | 2019-10-02 | 1 | -0/+1 |
* | Move namespace alias | Eddie Hung | 2019-08-16 | 1 | -2/+1 |
* | Try this for gcc-4.8? | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
* | Fix spacing | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
* | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 1 | -0/+2 |
* | Improve API of ID() macro | Clifford Wolf | 2019-08-11 | 1 | -2/+10 |
* | New mxe hacks needed to support 2ca237e | Miodrag Milanovic | 2019-08-01 | 1 | -0/+4 |
* | made ObjectIterator extend std::iterator | Jakob Wenzel | 2019-07-24 | 1 | -0/+1 |
* | Optimize ceil_log2 function | Matthew Daiter | 2019-05-07 | 1 | -1/+1 |
* | fix codestyle formatting | Oleg Endo | 2019-04-29 | 1 | -1/+1 |
* | escape spaces with backslash when writing dep file | Oleg Endo | 2019-04-29 | 1 | -0/+1 |
* | Added support for changing Yosys namespace | Benedikt Tutzer | 2019-04-03 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/master' into feature/python_bindings | Benedikt Tutzer | 2019-03-28 | 1 | -1/+1 |
|\ |
|
| * | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -1/+1 |
* | | added some checks if python is enabled to make sure everything compiles if py... | Benedikt Tutzer | 2018-08-20 | 1 | -0/+2 |
* | | Fixed issue when using a python plugin in the yosys shell | Benedikt Tutzer | 2018-08-20 | 1 | -0/+5 |
* | | Python Passes can now be added with the -m option or with the plugin command.... | Benedikt Tutzer | 2018-08-16 | 1 | -0/+5 |
|/ |
|
* | Add support for "yosys -E" | Clifford Wolf | 2018-01-07 | 1 | -0/+3 |
* | Add "using std::get" to yosys.h | Clifford Wolf | 2017-07-25 | 1 | -0/+1 |
* | Enable readline and tcl in mxe builds | Clifford Wolf | 2017-05-17 | 1 | -0/+10 |
* | define PATH_MAX if not defined by limits.h | Clifford Wolf | 2016-10-11 | 1 | -0/+5 |
* | Added glob support to all front-ends | Clifford Wolf | 2016-08-22 | 1 | -0/+1 |
* | Include <cmath> in yosys.h | Clifford Wolf | 2016-05-08 | 1 | -0/+1 |
* | Fixes for MXE build | Clifford Wolf | 2016-05-07 | 1 | -1/+1 |
* | Added "int ceil_log2(int)" function | Clifford Wolf | 2016-02-13 | 1 | -0/+1 |
* | Added hashlib::mfp and new SigMap | Clifford Wolf | 2015-10-27 | 1 | -0/+1 |