aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yosys.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix WASI build after commit 1d88bea1.whitequark2021-06-191-1/+1
* pyosys: Clear SIGINT handler after Python loadsgatecat2021-06-161-0/+2
* macos: fix leak in proc_self_dirname()Zachary Snow2021-06-141-1/+3
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-2/+2
* Expose abc and data paths as globalsMiodrag Milanovic2020-11-061-14/+58
* Replace "ILANG" with "RTLIL" everywhere.whitequark2020-08-261-3/+3
* verilog_backend: add `-sv` option, make `-o <filename>.sv` work.whitequark2020-07-161-0/+2
* Use C++11 final/override keywords.whitequark2020-06-181-8/+8
* Add WASI platform support.whitequark2020-04-301-9/+18
* Support custom PROGRAM_PREFIXMiodrag Milanovic2020-04-101-1/+10
* Merge pull request #1562 from whitequark/write_cxxrtlwhitequark2020-04-101-0/+2
|\
| * write_cxxrtl: new backend.whitequark2020-04-091-0/+2
* | kernel: include "kernel/constids.inc" instead of "constids.inc"Eddie Hung2020-04-091-1/+1
|/
* kernel: Use constids.inc for global/constant IdStringsEddie Hung2020-04-021-6/+3
* Clean up pseudo-private member usage in `kernel/yosys.cc`.Alberto Gonzalez2020-04-011-14/+13
* Update CopyrightClaire Wolf2020-03-161-1/+1
* License: bump year and add titleWaldir Pimenta2020-03-141-1/+1
* Fix compilation for emccjiegec2020-03-111-0/+4
* Add Pass::on_register() and Pass::on_shutdown()Clifford Wolf2020-01-091-1/+2
* Bump year in copyright noticeClifford Wolf2019-08-221-1/+1
* Use ID() in kernel/*, add simple ID:: hack (to be improved upon later)Clifford Wolf2019-08-111-0/+7
* More improvements and cleanups in IdString subsystemClifford Wolf2019-08-111-7/+0
* substr() -> compare()Eddie Hung2019-08-071-25/+25
* Be less aggressive with running design->check()Clifford Wolf2019-08-061-2/+8
* Fix frontend auto-detection for gzipped inputDavid Shah2019-07-261-9/+12
* Clarify script -scriptwire docEddie Hung2019-07-081-0/+4
* Use Pass::call_on_module() as per @cliffordwolf commentsEddie Hung2019-07-021-1/+1
* script -select -> script -scriptwireEddie Hung2019-07-021-5/+5
* Support ability for "script -select" to take commands from wiresEddie Hung2019-06-281-8/+39
* Support ~ for home directoryBen Widawsky2019-06-181-0/+4
* Optimize ceil_log2 functionMatthew Daiter2019-05-071-2/+4
* fix codestyle formattingOleg Endo2019-04-291-11/+11
* escape spaces with backslash when writing dep fileOleg Endo2019-04-291-0/+14
* Fixed identationBenedikt Tutzer2019-04-011-1/+1
* Merge remote-tracking branch 'origin/master' into feature/python_bindingsBenedikt Tutzer2019-03-281-22/+43
|\
| * Fix a bug in handling quotes in multi-cmd lines in Yosys scriptsClifford Wolf2019-03-121-1/+7
| * Add ENABLE_GLOB Makefile switchClifford Wolf2019-03-111-3/+5
| * Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-1/+1
| * tcl: add support for passing arguments to scripts.whitequark2018-12-201-7/+18
| * Avoid assert when label is an empty stringJon Burgess2018-10-281-1/+1
| * fix unhandled std::out_of_range when calling yosys with 3-character argumentwhentze2018-10-221-2/+2
| * Fix Cygwin build and document needed packagesMiodrag Milanovic2018-09-191-1/+1
| * Merge pull request #591 from hzeller/virtual-overrideClifford Wolf2018-08-151-8/+8
| |\
| | * Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-8/+8
| * | Map .eblif extension as blif.litghost2018-08-131-0/+2
| |/
* | The share directory cannot be searched when used as a Python library, only in...Benedikt Tutzer2018-08-201-1/+0
* | Python passes are now looked for in share/plugins and can be added by specify...Benedikt Tutzer2018-08-201-4/+1
* | Fixed issue when using a python plugin in the yosys shellBenedikt Tutzer2018-08-201-0/+16
* | Python Passes can now be added with the -m option or with the plugin command....Benedikt Tutzer2018-08-161-0/+26
|/
* Fix reading techlibs under emscriptenRobert Ou2018-05-181-1/+1