Add support for "yosys -E"
[yosys.git] / passes / cmds / select.cc
2018-01-07 Clifford WolfAdd support for "yosys -E"
2017-08-18 Clifford WolfMore intuitive handling of "cd .." for singleton modules
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-07-01 Clifford WolfMerge branch 'assert-limit'
2016-07-01 Clifford WolfReplaced "select -assert-limit" with -assert-max and...
2016-07-01 eshellkoAdded 'assert-limit' option for 'select' command
2015-12-20 Clifford WolfAdded %R select expression
2015-08-14 Larry DoolittleAnother block of spelling fixes
2015-08-14 Clifford WolfRe-created command-reference-manual.tex, copied some...
2015-08-14 Clifford WolfSpell check (by Larry Doolittle)
2015-07-16 Clifford WolfSome fixes in "select" command
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-04-07 Clifford WolfAdded %M and %C select operators
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2015-02-18 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2015-02-18 Clifford WolfAdded "select %xe %cie %coe"
2015-02-08 Clifford WolfFixed eval_select_op() api
2015-02-08 Clifford WolfAdded eval_select_args() and eval_select_op()
2015-02-06 Clifford WolfAdded "select -read"
2015-01-31 Clifford WolfUsing selections in "ls" command
2014-12-30 Clifford WolfFixed a bug in "select %ci %co %x"
2014-12-26 Clifford WolfAdded Yosys::{dict,nodict,vector} container types
2014-11-09 Clifford WolfAdded log_warning() API
2014-10-17 Clifford WolfVarious win32 / vs build fixes
2014-10-10 Clifford WolfMoved patmatch() to yosys.cc
2014-10-10 Clifford WolfReplaced fnmatch() with patmatch()
2014-09-27 Clifford Wolfnamespace Yosys
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-06 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-09-06 Clifford WolfMerge pull request #38 from rubund/master
2014-09-06 Ruben UndheimCorrected spelling mistakes found by lintian
2014-08-02 Clifford WolfNo implicit conversion from IdString to anything else
2014-08-02 Clifford WolfMore bugfixes related to new RTLIL::IdString
2014-08-01 Clifford WolfPreparations for RTLIL::IdString redesign: cleanup...
2014-07-28 Clifford WolfUsing log_assert() instead of assert()
2014-07-27 Clifford WolfRefactoring: Renamed RTLIL::Design::modules to modules_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::cells to cells_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::wires to wires_
2014-07-26 Clifford WolfMerge automatic and manual code changes for new cell...
2014-07-26 Clifford WolfChanged users of cell->connections_ to the new API...
2014-07-26 Clifford WolfRenamed RTLIL::{Module,Cell}::connections to connections_
2014-07-22 Clifford WolfSigSpec refactoring: using the accessor functions every...
2014-07-22 Clifford WolfSigSpec refactoring: renamed chunks and width to __chun...
2014-07-20 Clifford WolfAdded "select -assert-count"
2014-06-14 Clifford WolfAdded %D and %c select commands
2014-03-11 Clifford WolfMerged a few fixes for non-posix systems from github...
2014-03-10 Siesh1oo - passes/techmap/dfflibmap.cc, passes/fsm/fsm_recode...
2014-02-15 Clifford WolfAdded != support for relational select pattern
2014-02-08 Clifford WolfAdded %a select operator
2014-02-06 Clifford WolfAdded support for s: select expressions (wire width)
2014-02-06 Clifford WolfAdded i:, o:, and x: selection pattern
2014-02-06 Clifford WolfAdded support for %m selection op
2014-02-06 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-02-06 Clifford WolfMerge pull request #23 from hansiglaser/master
2014-02-06 Johann Glasernew %s: add sub-modules to selection
2014-02-05 Clifford WolfSimplified select "Assertation failed" message generation
2014-02-05 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2014-02-05 Clifford WolfMerge pull request #22 from hansiglaser/master
2014-02-05 Clifford WolfAdded selection support for r: and selection with relat...
2014-02-05 Johann Glaserbe more verbose for select -assert-any and -assert...
2014-02-05 Johann Glaserimproved help for "select"
2014-02-04 Clifford WolfThrow errors if non-existing selection variables are...
2014-02-04 Clifford WolfAdded select -none
2014-02-02 Clifford WolfAdded suuport for module attribute matching with A...
2014-01-18 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-01-17 Ahmed IrfanMerge branch 'master' of https://github.com/ahmedirfan1...
2014-01-17 Ahmed IrfanMerge pull request #4 from cliffordwolf/master
2014-01-17 Clifford WolfAdded select -assert-none and -assert-any
2014-01-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-01-02 Clifford WolfNow */ is optional in */<mode>:<arg> selections
2014-01-02 Clifford WolfAdded support for module->connections to select %ci...
2013-12-04 Clifford WolfReplaced RTLIL::Const::str with generic decoder method
2013-11-29 Clifford WolfProgress on AppNote 011
2013-11-28 Clifford WolfMerge pull request #17 from mschmoelzer/master
2013-11-28 Clifford WolfAdded pattern support to "ls" command
2013-11-28 Clifford WolfImproved ID matching scheme in select (and thus for...
2013-06-08 Clifford WolfMoved cmds from kernel/ to passes/cmds/