Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2019 from boqwxp/glift | Claire Xen | 2022-02-11 | 1 | -0/+1 |
|\ | | | | | Add `glift` command for creating gate-level information flow tracking models and optimization problems | ||||
| * | glift: Add skeleton for `glift` command. | Alberto Gonzalez | 2020-07-01 | 1 | -0/+1 |
| | | |||||
* | | Add clean_zerowidth pass, use it for Verilog output. | Marcelina KoĆcielnicka | 2021-12-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | This should remove instances of zero-width sigspecs in the netlist, avoiding problems in the Verilog backend with emitting them. See #3103. | ||||
* | | sta: very crude static timing analysis pass | Lofty | 2021-11-25 | 1 | -0/+1 |
|/ | | | | Co-authored-by: Eddie Hung <eddie@fpgeh.com> | ||||
* | misc: Add `printattrs` command. | Alberto Gonzalez | 2020-05-27 | 1 | -0/+1 |
| | |||||
* | Add WASI platform support. | whitequark | 2020-04-30 | 1 | -0/+4 |
| | | | | | | | | | | | | 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 `exec` command to run shell commands. | Alberto Gonzalez | 2020-03-16 | 1 | -0/+1 |
| | |||||
* | Add new logger pass | Miodrag Milanovic | 2020-02-13 | 1 | -0/+1 |
| | |||||
* | add a command to read/modify scratchpad contents | N. Engelhardt | 2019-12-12 | 1 | -0/+1 |
| | |||||
* | Add "autoname" pass and use it in "synth_ice40" | Clifford Wolf | 2019-11-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add "portlist" command | Clifford Wolf | 2019-09-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | bugpoint: new pass. | whitequark | 2019-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | A typical use of `bugpoint` would involve a script with a pass under test, e.g.: flowmap -relax -optarea 100 and would be invoked as: bugpoint -yosys ./yosys -script flowmap.ys -clean -cells This replaces the current design with the minimal design that still crashes the `flowmap.ys` script. `bugpoint` can also be used to perform generic design minimization using `select`, e.g. the following script: select i:* %x t:$_MUX_ %i -assert-max 0 would remove all parts of the design except for an unbroken path from an input to an output port that goes through exactly one $_MUX_ cell. (The condition is inverted.) | ||||
* | Add "ltp" command | Clifford Wolf | 2017-10-31 | 1 | -0/+1 |
| | |||||
* | Add blackbox command | Clifford Wolf | 2017-10-04 | 1 | -0/+1 |
| | |||||
* | Add chtype command | Clifford Wolf | 2017-06-30 | 1 | -0/+1 |
| | |||||
* | Add "chformal" pass | Clifford Wolf | 2017-02-27 | 1 | -0/+1 |
| | |||||
* | Added torder command | Clifford Wolf | 2015-11-19 | 1 | -0/+1 |
| | |||||
* | Added edgetypes command | Clifford Wolf | 2015-09-27 | 1 | -0/+1 |
| | |||||
* | Added "qwp" command | Clifford Wolf | 2015-09-20 | 1 | -0/+1 |
| | |||||
* | Added "check" command | Clifford Wolf | 2015-02-13 | 1 | -0/+1 |
| | |||||
* | Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source tree | Clifford Wolf | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Moved "share" and "wreduce" to passes/opt/ | Clifford Wolf | 2014-09-01 | 1 | -1/+0 |
| | |||||
* | Added "plugin" command | Clifford Wolf | 2014-08-22 | 1 | -0/+1 |
| | |||||
* | Added "wreduce" command (work in progress) | Clifford Wolf | 2014-08-03 | 1 | -0/+1 |
| | |||||
* | Added "trace" command | Clifford Wolf | 2014-07-31 | 1 | -0/+1 |
| | |||||
* | Added write_file command | Clifford Wolf | 2014-07-30 | 1 | -0/+1 |
| | |||||
* | Added "cover" command | Clifford Wolf | 2014-07-24 | 1 | -0/+1 |
| | |||||
* | added tee cmd | Clifford Wolf | 2014-06-03 | 1 | -0/+1 |
| | |||||
* | Added connwrappers command | Clifford Wolf | 2014-02-20 | 1 | -0/+1 |
| | |||||
* | added "log" command | Johann Glaser | 2014-02-08 | 1 | -0/+1 |
| | |||||
* | Moved some passes to other source directories | Clifford Wolf | 2014-02-08 | 1 | -0/+1 |
| | |||||
* | Added splice command | Clifford Wolf | 2014-02-07 | 1 | -0/+1 |
| | |||||
* | Added copy command | Clifford Wolf | 2014-02-06 | 1 | -0/+1 |
| | |||||
* | Added setattr and setparam commands | Clifford Wolf | 2014-02-05 | 1 | -0/+1 |
| | |||||
* | Added delete command | Clifford Wolf | 2014-02-02 | 1 | -0/+1 |
| | |||||
* | Added setundef command | Clifford Wolf | 2014-01-17 | 1 | -0/+1 |
| | |||||
* | Added "connect" command | Clifford Wolf | 2014-01-03 | 1 | -0/+1 |
| | |||||
* | Added "stat" command | Clifford Wolf | 2013-11-25 | 1 | -0/+1 |
| | |||||
* | Added "add" command (only wires for now) | Clifford Wolf | 2013-11-20 | 1 | -0/+1 |
| | |||||
* | Added "design" command (-reset, -save, -load) | Clifford Wolf | 2013-07-27 | 1 | -0/+1 |
| | |||||
* | Added splitnets command | Clifford Wolf | 2013-06-18 | 1 | -0/+2 |
| | |||||
* | Added "scatter" command | Clifford Wolf | 2013-06-12 | 1 | -0/+1 |
| | |||||
* | Added "rename" command | Clifford Wolf | 2013-06-10 | 1 | -0/+1 |
| | |||||
* | Moved cmds from kernel/ to passes/cmds/ | Clifford Wolf | 2013-06-08 | 1 | -0/+3 |