aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Expand)AuthorAgeFilesLines
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-224-5/+5
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-2210-39/+39
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-2210-39/+39
* Removed deprecated module->new_wire()Clifford Wolf2014-07-213-4/+4
* Added "select -assert-count"Clifford Wolf2014-07-201-6/+43
* Improved seeding of color rng in show commandClifford Wolf2014-07-181-1/+3
* Added %D and %c select commandsClifford Wolf2014-06-141-2/+20
* added tee cmdClifford Wolf2014-06-032-0/+89
* fixed syntax error in dot file created by "show" commandClifford Wolf2014-05-101-1/+1
* - kernel/register.h, kernel/driver.cc: refactor rewrite_yosys_exe()/get_shar...Siesh1oo2014-03-121-1/+2
* Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-111-0/+1
* Added "design -push" and "design -pop"Clifford Wolf2014-02-201-8/+45
* Added connwrappers commandClifford Wolf2014-02-202-0/+206
* Fixed use of selection in splitnets commandClifford Wolf2014-02-161-1/+1
* Added != support for relational select patternClifford Wolf2014-02-161-1/+7
* Added delete {-input|-output|-port}Clifford Wolf2014-02-091-5/+36
* Bugfix in delete commandClifford Wolf2014-02-091-1/+3
* Build fixes for log cmdClifford Wolf2014-02-081-2/+2
* added "log" commandJohann Glaser2014-02-082-0/+79
* Added various new options to splice commandClifford Wolf2014-02-081-5/+105
* Added %a select operatorClifford Wolf2014-02-081-0/+32
* Moved some passes to other source directoriesClifford Wolf2014-02-082-0/+300
* 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