aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/yosys.cc
Commit message (Expand)AuthorAgeFilesLines
* Assorted microoptimization speedups in core data structures.Marcelina Kościelnicka2022-07-271-5/+0
* Make all compile under OpenBSD (#3423)Miodrag Milanović2022-07-271-0/+29
* Remove empty linesMarcelina Kościelnicka2022-07-111-2/+0
* Update tcl doc, yosys does not return data to tclrockybulwinkle2022-06-231-0/+6
* Cleanup, and fix windowsMiodrag Milanovic2022-05-271-37/+24
* Observe $TMPDIR variable when creating tmp filesMohamed A. Bamakhrama2022-05-271-1/+30
* Use log_warning when Tcl_Init fails, report error with Tcl_ErrnoMsg.Alastair M. Robinson2022-05-161-1/+1
* Now calls Tcl_Init after creating the interp, fixes clock format.Alastair M. Robinson2022-05-101-0/+2
* Merge branch 'master' into clk2ff-better-namesClaire Xen2022-02-111-19/+24
|\
| * Added "yosys -r <topmodule>"Claire Xenia Wolf2021-12-101-13/+10
| * Use "read" command to parse HDL files from Yosys command-lineClaire Xenia Wolf2021-12-091-4/+8
| * 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
* | clk2fflogic: nice names for autogenerated signalsNoah Moroze2021-03-021-0/+17
|/
* 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