aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Expand)AuthorAgeFilesLines
* Now also move net labes to the right position in splice cmdClifford Wolf2014-02-081-3/+10
* Added splice commandClifford Wolf2014-02-072-0/+253
* Added log_header() to splitnetsClifford Wolf2014-02-071-0/+2
* Fixed use of "cmd_error" in passes/cmds/design.ccClifford Wolf2014-02-071-2/+2
* Added copy commandClifford Wolf2014-02-062-0/+55
* Added design -stash/-copy-from/-copy-toClifford Wolf2014-02-061-13/+99
* Added support for s: select expressions (wire width)Clifford Wolf2014-02-061-1/+21
* Added i:, o:, and x: selection patternClifford Wolf2014-02-061-0/+18
* Added support for %m selection opClifford Wolf2014-02-061-0/+16
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2014-02-061-0/+25
|\
| * new %s: add sub-modules to selectionJohann Glaser2014-02-061-0/+25
* | Added generic RTLIL::SigSpec::parse_sel() with support for selection variablesClifford Wolf2014-02-061-3/+3
|/
* Simplified select "Assertation failed" message generationClifford Wolf2014-02-051-16/+4
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2014-02-051-7/+24
|\
| * be more verbose for select -assert-any and -assert-noneJohann Glaser2014-02-051-2/+16
| * improved help for "select"Johann Glaser2014-02-051-5/+8
* | Added selection support for r: and selection with relational operatorsClifford Wolf2014-02-051-34/+80
|/
* Added setattr and setparam commandsClifford Wolf2014-02-052-0/+181
* Throw errors if non-existing selection variables are usedClifford Wolf2014-02-041-3/+4
* Added select -noneClifford Wolf2014-02-041-4/+20
* Added show -notitle optionClifford Wolf2014-02-021-4/+14
* Added delete commandClifford Wolf2014-02-022-0/+135
* Added suuport for module attribute matching with A:<pattern>[=<pattern>] syntaxClifford Wolf2014-02-021-5/+22
* Added show -color support for cells and finished show -label implementationClifford Wolf2014-02-011-13/+36
* Improved setundef random number generatorClifford Wolf2014-01-181-1/+1
* Added setundef commandClifford Wolf2014-01-172-0/+158
* Added select -assert-none and -assert-anyClifford Wolf2014-01-171-7/+44
* Added "splitnets -driver"Clifford Wolf2014-01-031-29/+96
* Added "connect" commandClifford Wolf2014-01-032-0/+186
* Now */ is optional in */<mode>:<arg> selectionsClifford Wolf2014-01-021-1/+4
* Added "rename -hide" commandClifford Wolf2014-01-021-1/+44
* Added support for module->connections to select %ci, %co and %x handlingClifford Wolf2014-01-021-0/+15
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-042-2/+4
* Progress on AppNote 011Clifford Wolf2013-11-291-0/+4
* Added pattern support to "ls" commandClifford Wolf2013-11-281-30/+35
* Improved ID matching scheme in select (and thus for all commands)Clifford Wolf2013-11-281-2/+12
* Fixes and improvements in "show" commandClifford Wolf2013-11-281-10/+42
* Added "src" attribute to processesClifford Wolf2013-11-281-1/+4
* Added support for "show -pause" and "show -format dot"Clifford Wolf2013-11-281-6/+30
* Bugfixes in new "stat" commandClifford Wolf2013-11-251-7/+1
* Added "stat" commandClifford Wolf2013-11-252-0/+219
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-222-5/+5
* Fixed a bug in "add -global_input"Clifford Wolf2013-11-211-16/+17
* Added "add" command (only wires for now)Clifford Wolf2013-11-202-0/+155
* Added placeholder check to dfflibmap and cleaned up some other placeholder ch...Clifford Wolf2013-10-311-2/+2
* Added -format option to splitnetsClifford Wolf2013-10-291-1/+16
* Fixed handling of boolean attributes (passes)Clifford Wolf2013-10-241-2/+2
* Some minor documentation fixesClifford Wolf2013-08-212-2/+2
* Improved handling of private names in opt_clean and rename commandsClifford Wolf2013-08-071-5/+37
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-272-0/+129