aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/select.cc
Commit message (Collapse)AuthorAgeFilesLines
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-2/+2
|
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-021-2/+2
|
* More bugfixes related to new RTLIL::IdStringClifford Wolf2014-08-021-3/+3
|
* Preparations for RTLIL::IdString redesign: cleanup of existing codeClifford Wolf2014-08-021-2/+2
|
* Using log_assert() instead of assert()Clifford Wolf2014-07-281-1/+1
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-20/+20
|
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-14/+14
|
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-271-16/+16
|
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-2/+2
| | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;'
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-2/+2
|
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-1/+1
|
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-1/+1
|
* Added "select -assert-count"Clifford Wolf2014-07-201-6/+43
|
* Added %D and %c select commandsClifford Wolf2014-06-141-2/+20
|
* Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-111-0/+1
| | | | (see https://github.com/cliffordwolf/yosys/pull/28)
* Added != support for relational select patternClifford Wolf2014-02-161-1/+7
|
* Added %a select operatorClifford Wolf2014-02-081-0/+32
|
* 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
|
* new %s: add sub-modules to selectionJohann Glaser2014-02-061-0/+25
|
* 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
|/
* Throw errors if non-existing selection variables are usedClifford Wolf2014-02-041-3/+4
|
* Added select -noneClifford Wolf2014-02-041-4/+20
|
* Added suuport for module attribute matching with A:<pattern>[=<pattern>] syntaxClifford Wolf2014-02-021-5/+22
|
* Added select -assert-none and -assert-anyClifford Wolf2014-01-171-7/+44
|
* Now */ is optional in */<mode>:<arg> selectionsClifford Wolf2014-01-021-1/+4
|
* 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-041-1/+3
|
* 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
|
* Moved cmds from kernel/ to passes/cmds/Clifford Wolf2013-06-081-0/+1052