Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1705 from YosysHQ/logger_pass | Miodrag Milanović | 2020-02-26 | 2 | -0/+202 |
|\ | | | | | Logger pass | ||||
| * | Fix line endings | Miodrag Milanovic | 2020-02-23 | 1 | -10/+10 |
| | | |||||
| * | Update explanation for expect-no-warnings | Miodrag Milanovic | 2020-02-22 | 1 | -1/+1 |
| | | |||||
| * | Check other regex parameters | Miodrag Milanovic | 2020-02-22 | 1 | -15/+30 |
| | | |||||
| * | check for regex errors | Miodrag Milanovic | 2020-02-20 | 1 | -16/+20 |
| | | |||||
| * | Option to expect no warnings | Miodrag Milanovic | 2020-02-17 | 1 | -0/+7 |
| | | |||||
| * | Add expect option to logger command | Miodrag Milanovic | 2020-02-14 | 1 | -1/+35 |
| | | |||||
| * | Add new logger pass | Miodrag Milanovic | 2020-02-13 | 2 | -0/+142 |
| | | |||||
* | | show: Add -nobg argument. | Tim 'mithro' Ansell | 2020-02-15 | 1 | -6/+13 |
|/ | | | | Makes yosys wait for the viewer command to finish before continuing. | ||||
* | redirect fuser stderr to /dev/null | Pepijn de Vos | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | autoname: do not autoname ports | Eddie Hung | 2020-01-14 | 1 | -1/+1 |
| | |||||
* | Add RTLIL::constpad, init by yosys_setup(); use for abc9 | Eddie Hung | 2020-01-08 | 1 | -7/+18 |
| | |||||
* | scc to use design->selected_modules() which avoids black/white-boxes | Eddie Hung | 2020-01-07 | 1 | -26/+25 |
| | |||||
* | use extra_args | N. Engelhardt | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | add assert option to scratchpad command | N. Engelhardt | 2019-12-16 | 1 | -5/+44 |
| | |||||
* | add periods and newlines to help message | N. Engelhardt | 2019-12-13 | 1 | -5/+5 |
| | |||||
* | add test and make help message more verbose | N. Engelhardt | 2019-12-12 | 1 | -1/+6 |
| | |||||
* | add a command to read/modify scratchpad contents | N. Engelhardt | 2019-12-12 | 2 | -0/+87 |
| | |||||
* | Add "autoname" pass and use it in "synth_ice40" | Clifford Wolf | 2019-11-13 | 2 | -0/+135 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "check -allow-tbuf" | Clifford Wolf | 2019-10-03 | 1 | -8/+22 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "check -mapped" | Clifford Wolf | 2019-10-02 | 1 | -21/+35 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improve "portlist" command | Clifford Wolf | 2019-09-25 | 1 | -9/+26 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "portlist" command | Clifford Wolf | 2019-09-24 | 2 | -0/+77 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | fix show command for macos | N. Engelhardt | 2019-09-23 | 1 | -0/+8 |
| | |||||
* | Add "add -mod" | Clifford Wolf | 2019-09-20 | 1 | -0/+18 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix select command error msg, fixes issue #1081 | Miodrag Milanovic | 2019-09-01 | 1 | -2/+2 |
| | |||||
* | More use of IdString::in() | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | substr() -> compare() | Eddie Hung | 2019-08-07 | 4 | -30/+30 |
| | |||||
* | Tweak default gate costs, cleanup "stat -tech cmos" | Clifford Wolf | 2019-08-07 | 1 | -16/+6 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add $_NMUX_, add "abc -g cmos", add proper cmos cell costs | Clifford Wolf | 2019-08-06 | 1 | -0/+4 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "stat -tech cmos" | Clifford Wolf | 2019-07-20 | 1 | -2/+29 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | bugpoint: add -assigns and -updates options. | whitequark | 2019-07-09 | 1 | -9/+81 |
| | |||||
* | Fix typo, fixes #1095 | Clifford Wolf | 2019-06-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix typo | Clifford Wolf | 2019-06-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fixed the help summary line for a few commands | acw1251 | 2019-06-19 | 1 | -1/+1 |
| | |||||
* | Major rewrite of wire selection in setundef -init | Clifford Wolf | 2019-06-05 | 1 | -30/+89 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Indent fix | Clifford Wolf | 2019-06-05 | 1 | -23/+25 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #999 from jakobwenzel/setundefInitFix | Clifford Wolf | 2019-06-05 | 1 | -16/+23 |
|\ | | | | | initialize more registers in setundef -init | ||||
| * | initialize more registers in setundef -init | Jakob Wenzel | 2019-05-09 | 1 | -16/+23 |
| | | |||||
* | | Fix "tee" handling of log_streams | Clifford Wolf | 2019-05-31 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Do not leak file descriptors in cover.cc | Clifford Wolf | 2019-05-15 | 1 | -5/+6 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Fix two instances of integer-assignment to string. | Henner Zeller | 2019-05-14 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | o In cover.cc, the int-result of mkstemps() was assigned to a string and silently interpreted as a single-character filename with a funny value. Fix with the intent: assign the filename. o in libparse.cc, an int was assigned to a string, but depending on visible constructors, this is ambiguous. Explicitly cast this to a char. | ||||
* | | bugpoint: check for -script option. | whitequark | 2019-05-14 | 1 | -0/+3 |
| | | | | | | | | Fixes #925. | ||||
* | | Add "stat -tech xilinx" | Clifford Wolf | 2019-05-11 | 1 | -3/+73 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix all warnings that occurred when compiling with gcc9 | Kristoffer Ellersgaard Koch | 2019-05-08 | 1 | -2/+1 |
| | |||||
* | Fix floating point exception in qwp, fixes #923 | Clifford Wolf | 2019-05-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add log_debug() framework | Clifford Wolf | 2019-04-22 | 1 | -0/+34 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #905 from christian-krieg/feature/python_bindings | Clifford Wolf | 2019-04-22 | 1 | -0/+50 |
|\ | | | | | Feature/python bindings | ||||
| * | Used PyImport_ImportModule instead of PyImport_Import to avoid the explicit ↵ | Benedikt Tutzer | 2019-04-04 | 1 | -10/+2 |
| | | | | | | | | conversion to a python string | ||||
| * | Changed filesystem dependency to boost instead of experimental std library | Benedikt Tutzer | 2019-04-04 | 1 | -2/+3 |
| | |