aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add `exec` command to run shell commands.Alberto Gonzalez2020-03-161-0/+1
|
* Add new logger passMiodrag Milanovic2020-02-131-0/+1
|
* add a command to read/modify scratchpad contentsN. Engelhardt2019-12-121-0/+1
|
* Add "autoname" pass and use it in "synth_ice40"Clifford Wolf2019-11-131-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add "portlist" commandClifford Wolf2019-09-241-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* bugpoint: new pass.whitequark2019-01-071-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" commandClifford Wolf2017-10-311-0/+1
|
* Add blackbox commandClifford Wolf2017-10-041-0/+1
|
* Add chtype commandClifford Wolf2017-06-301-0/+1
|
* Add "chformal" passClifford Wolf2017-02-271-0/+1
|
* Added torder commandClifford Wolf2015-11-191-0/+1
|
* Added edgetypes commandClifford Wolf2015-09-271-0/+1
|
* Added "qwp" commandClifford Wolf2015-09-201-0/+1
|
* Added "check" commandClifford Wolf2015-02-131-0/+1
|
* Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source treeClifford Wolf2014-10-111-1/+1
|
* Moved "share" and "wreduce" to passes/opt/Clifford Wolf2014-09-011-1/+0
|
* Added "plugin" commandClifford Wolf2014-08-221-0/+1
|
* Added "wreduce" command (work in progress)Clifford Wolf2014-08-031-0/+1
|
* Added "trace" commandClifford Wolf2014-07-311-0/+1
|
* Added write_file commandClifford Wolf2014-07-301-0/+1
|
* Added "cover" commandClifford Wolf2014-07-241-0/+1
|
* added tee cmdClifford Wolf2014-06-031-0/+1
|
* Added connwrappers commandClifford Wolf2014-02-201-0/+1
|
* added "log" commandJohann Glaser2014-02-081-0/+1
|
* Moved some passes to other source directoriesClifford Wolf2014-02-081-0/+1
|
* Added splice commandClifford Wolf2014-02-071-0/+1
|
* Added copy commandClifford Wolf2014-02-061-0/+1
|
* Added setattr and setparam commandsClifford Wolf2014-02-051-0/+1
|
* Added delete commandClifford Wolf2014-02-021-0/+1
|
* Added setundef commandClifford Wolf2014-01-171-0/+1
|
* Added "connect" commandClifford Wolf2014-01-031-0/+1
|
* Added "stat" commandClifford Wolf2013-11-251-0/+1
|
* Added "add" command (only wires for now)Clifford Wolf2013-11-201-0/+1
|
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-271-0/+1
|
* Added splitnets commandClifford Wolf2013-06-181-0/+2
|
* Added "scatter" commandClifford Wolf2013-06-121-0/+1
|
* Added "rename" commandClifford Wolf2013-06-101-0/+1
|
* Moved cmds from kernel/ to passes/cmds/Clifford Wolf2013-06-081-0/+3