Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hotfix for run_shell auto-detection | Claire Xenia Wolf | 2021-12-14 | 1 | -0/+3 |
| | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | ||||
* | Added "yosys -r <topmodule>" | Claire Xenia Wolf | 2021-12-10 | 1 | -13/+24 |
| | | | | Signed-off-by: Claire Xenia Wolf <claire@clairexen.net> | ||||
* | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 1 | -1/+1 |
| | | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g; | ||||
* | tcl -h message only if YOSYS_ENABLE_TCL defined. | nitz | 2020-11-23 | 1 | -0/+2 |
| | |||||
* | Add WASI platform support. | whitequark | 2020-04-30 | 1 | -1/+16 |
| | | | | | | | | | | | | This includes the following significant changes: * Patching ezsat and minisat to disable resource limiting code on WASM/WASI, since the POSIX functions they use are unavailable. * Adding a new definition, YOSYS_DISABLE_SPAWN, present if platform does not support spawning subprocesses (i.e. Emscripten or WASI). This definition hides the definition of `run_command()`. * Adding a new Makefile flag, DISABLE_SPAWN, present in the same condition. This flag disables all passes that require spawning subprocesses for their function. | ||||
* | Add YS_ prefix to macros, add explanation and apply to older version as well | Miodrag Milanovic | 2020-03-13 | 1 | -3/+3 |
| | |||||
* | Use boost xpressive for gcc 4.8 | Miodrag Milanovic | 2020-03-13 | 1 | -12/+3 |
| | |||||
* | Handle expect no warnings together with expected | Miodrag Milanovic | 2020-02-22 | 1 | -2/+3 |
| | |||||
* | Option to expect no warnings | Miodrag Milanovic | 2020-02-17 | 1 | -0/+3 |
| | |||||
* | remove whitespace | Miodrag Milanovic | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Add expect option to logger command | Miodrag Milanovic | 2020-02-14 | 1 | -1/+3 |
| | |||||
* | Improve logging use of experimental features | Claire Wolf | 2020-01-28 | 1 | -1/+5 |
| | | | | Signed-off-by: Claire Wolf <clifford@clifford.at> | ||||
* | Add log_experimental() and experimental() API and "yosys -x" | Claire Wolf | 2020-01-27 | 1 | -1/+7 |
| | | | | Signed-off-by: Claire Wolf <clifford@clifford.at> | ||||
* | Merge pull request #1613 from porglezomp-misc/version-flag-alias | Claire Wolf | 2020-01-27 | 1 | -0/+6 |
|\ | | | | | Add --version and -version as aliases for -V | ||||
| * | Add --version and -version as aliases for -V | Cassie Jones | 2020-01-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | The flag --version is commonly accepted by command line tools. The code for the version flags added here matches the pattern used for the help flag aliases, for consistency. Fixes #1612 | ||||
* | | As before, only display MEM if Linux or FreeBSD | Eddie Hung | 2020-01-14 | 1 | -3/+7 |
| | | |||||
* | | print_stats footer to return peak memory, option for including children | Eddie Hung | 2020-01-14 | 1 | -28/+12 |
|/ | |||||
* | Be less aggressive with running design->check() | Clifford Wolf | 2019-08-06 | 1 | -0/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | fix codestyle formatting | Oleg Endo | 2019-04-29 | 1 | -2/+2 |
| | |||||
* | escape spaces with backslash when writing dep file | Oleg Endo | 2019-04-29 | 1 | -2/+2 |
| | | | | | | filenames are sparated by spaces in the dep file. if a filename in the dep file contains spaces they must be escaped, otherwise the tool that reads the dep file will see multiple wrong filenames. | ||||
* | Add log_debug() framework | Clifford Wolf | 2019-04-22 | 1 | -1/+7 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge remote-tracking branch 'origin/master' into feature/python_bindings | Benedikt Tutzer | 2019-03-28 | 1 | -2/+16 |
|\ | |||||
| * | Rename "yosys -U" to "yosys -P" to avoid confusion about "undefine" | Clifford Wolf | 2019-02-21 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Rename "yosys -D" to "yosys -U", add "yosys -D" with expected behavior | Clifford Wolf | 2019-02-21 | 1 | -2/+16 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | The share directory cannot be searched when used as a Python library, only ↵ | Benedikt Tutzer | 2018-08-20 | 1 | -0/+8 |
|/ | | | | in shell mode | ||||
* | Modify emscripten main to mount nodefs and to run arg as a script | Robert Ou | 2018-05-18 | 1 | -1/+18 |
| | |||||
* | Add "#ifdef __FreeBSD__" | Christian Krämer | 2018-05-13 | 1 | -3/+21 |
| | | | | (Re-commit e3575a8 with corrected author field) | ||||
* | Revert "Add "#ifdef __FreeBSD__"" | Clifford Wolf | 2018-05-13 | 1 | -21/+3 |
| | | | | This reverts commit e3575a86c525f2511902e7022893c3923ba8093e. | ||||
* | Add "#ifdef __FreeBSD__" | Johnny Sorocil | 2018-05-05 | 1 | -3/+21 |
| | |||||
* | Add "yosys -e regex" for turning warnings into errors | Clifford Wolf | 2018-05-04 | 1 | -2/+12 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Set stack size to at least 128 MB (large stack needed for parsing huge ↵ | Clifford Wolf | 2018-03-27 | 1 | -0/+13 |
| | | | | | | expressions) Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improve handling of warning messages | Clifford Wolf | 2018-03-04 | 1 | -0/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add support for "yosys -E" | Clifford Wolf | 2018-01-07 | 1 | -1/+26 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add support for editline as replacement for readline | Clifford Wolf | 2017-11-08 | 1 | -3/+13 |
| | |||||
* | Fix history namespace collision | Clifford Wolf | 2017-06-20 | 1 | -10/+10 |
| | |||||
* | Store command history when terminating with an error | Clifford Wolf | 2017-06-20 | 1 | -17/+26 |
| | |||||
* | Add "yosys -w" for suppressing warnings | Clifford Wolf | 2017-02-12 | 1 | -2/+12 |
| | |||||
* | Added "yosys -W regex" | Clifford Wolf | 2016-12-22 | 1 | -1/+10 |
| | |||||
* | Some minor build fixes for Visual C | Clifford Wolf | 2016-10-14 | 1 | -1/+3 |
| | |||||
* | Use _Exit(0) on win32, always use _Exit(1) in log_error() | Clifford Wolf | 2016-08-16 | 1 | -0/+5 |
| | |||||
* | Added "yosys -D ALL" | Clifford Wolf | 2016-04-24 | 1 | -6/+17 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+17 |
| | |||||
* | fix a cut-n-paste error in the -h help | Sebastian Kuzminsky | 2016-03-26 | 1 | -2/+2 |
| | |||||
* | Import more std:: stuff into Yosys namespace | Clifford Wolf | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | YosysJS stuff | Clifford Wolf | 2015-02-19 | 1 | -1/+16 |
| | |||||
* | More YosysJS stuff | Clifford Wolf | 2015-02-16 | 1 | -0/+4 |
| | |||||
* | Added YosysJS wrapper | Clifford Wolf | 2015-02-16 | 1 | -1/+3 |
| | |||||
* | More emscripten stuff, Added example app | Clifford Wolf | 2015-02-15 | 1 | -0/+28 |
| |