aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/driver.cc
Commit message (Expand)AuthorAgeFilesLines
* add note to help about how to chain commandsN. Engelhardt2023-01-021-1/+1
* tcl: Don't exit repl on recoverable command errorsJannis Harder2022-12-021-0/+2
* Add TCL interactive shell modeMiodrag Milanovic2022-11-251-5/+25
* Fix mingw buildMiodrag Milanovic2022-08-291-0/+3
* use inttypes format specifiersN. Engelhardt2022-08-251-3/+3
* dump runtime information for passes to jsonN. Engelhardt2022-08-251-1/+28
* Make all compile under OpenBSD (#3423)Miodrag Milanović2022-07-271-0/+13
* Hotfix for run_shell auto-detectionClaire Xenia Wolf2021-12-141-0/+3
* Added "yosys -r <topmodule>"Claire Xenia Wolf2021-12-101-13/+24
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* tcl -h message only if YOSYS_ENABLE_TCL defined.nitz2020-11-231-0/+2
* Add WASI platform support.whitequark2020-04-301-1/+16
* Add YS_ prefix to macros, add explanation and apply to older version as wellMiodrag Milanovic2020-03-131-3/+3
* Use boost xpressive for gcc 4.8Miodrag Milanovic2020-03-131-12/+3
* Handle expect no warnings together with expectedMiodrag Milanovic2020-02-221-2/+3
* Option to expect no warningsMiodrag Milanovic2020-02-171-0/+3
* remove whitespaceMiodrag Milanovic2020-02-141-1/+1
* Add expect option to logger commandMiodrag Milanovic2020-02-141-1/+3
* Improve logging use of experimental featuresClaire Wolf2020-01-281-1/+5
* Add log_experimental() and experimental() API and "yosys -x"Claire Wolf2020-01-271-1/+7
* Merge pull request #1613 from porglezomp-misc/version-flag-aliasClaire Wolf2020-01-271-0/+6
|\
| * Add --version and -version as aliases for -VCassie Jones2020-01-051-0/+6
* | As before, only display MEM if Linux or FreeBSDEddie Hung2020-01-141-3/+7
* | print_stats footer to return peak memory, option for including childrenEddie Hung2020-01-141-28/+12
|/
* Be less aggressive with running design->check()Clifford Wolf2019-08-061-0/+6
* fix codestyle formattingOleg Endo2019-04-291-2/+2
* escape spaces with backslash when writing dep fileOleg Endo2019-04-291-2/+2
* Add log_debug() frameworkClifford Wolf2019-04-221-1/+7
* Merge remote-tracking branch 'origin/master' into feature/python_bindingsBenedikt Tutzer2019-03-281-2/+16
|\
| * Rename "yosys -U" to "yosys -P" to avoid confusion about "undefine"Clifford Wolf2019-02-211-3/+3
| * Rename "yosys -D" to "yosys -U", add "yosys -D" with expected behaviorClifford Wolf2019-02-211-2/+16
* | The share directory cannot be searched when used as a Python library, only in...Benedikt Tutzer2018-08-201-0/+8
|/
* Modify emscripten main to mount nodefs and to run arg as a scriptRobert Ou2018-05-181-1/+18
* Add "#ifdef __FreeBSD__"Christian Krämer2018-05-131-3/+21
* Revert "Add "#ifdef __FreeBSD__""Clifford Wolf2018-05-131-21/+3
* Add "#ifdef __FreeBSD__"Johnny Sorocil2018-05-051-3/+21
* Add "yosys -e regex" for turning warnings into errorsClifford Wolf2018-05-041-2/+12
* Set stack size to at least 128 MB (large stack needed for parsing huge expres...Clifford Wolf2018-03-271-0/+13
* Improve handling of warning messagesClifford Wolf2018-03-041-0/+2
* Add support for "yosys -E"Clifford Wolf2018-01-071-1/+26
* Add support for editline as replacement for readlineClifford Wolf2017-11-081-3/+13
* Fix history namespace collisionClifford Wolf2017-06-201-10/+10
* Store command history when terminating with an errorClifford Wolf2017-06-201-17/+26
* Add "yosys -w" for suppressing warningsClifford Wolf2017-02-121-2/+12
* Added "yosys -W regex"Clifford Wolf2016-12-221-1/+10
* Some minor build fixes for Visual CClifford Wolf2016-10-141-1/+3
* Use _Exit(0) on win32, always use _Exit(1) in log_error()Clifford Wolf2016-08-161-0/+5
* Added "yosys -D ALL"Clifford Wolf2016-04-241-6/+17
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+17
* fix a cut-n-paste error in the -h helpSebastian Kuzminsky2016-03-261-2/+2