index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
cmds
/
select.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
No implicit conversion from IdString to anything else
Clifford Wolf
2014-08-02
1
-2
/
+2
*
More bugfixes related to new RTLIL::IdString
Clifford Wolf
2014-08-02
1
-3
/
+3
*
Preparations for RTLIL::IdString redesign: cleanup of existing code
Clifford Wolf
2014-08-02
1
-2
/
+2
*
Using log_assert() instead of assert()
Clifford Wolf
2014-07-28
1
-1
/
+1
*
Refactoring: Renamed RTLIL::Design::modules to modules_
Clifford Wolf
2014-07-27
1
-20
/
+20
*
Refactoring: Renamed RTLIL::Module::cells to cells_
Clifford Wolf
2014-07-27
1
-14
/
+14
*
Refactoring: Renamed RTLIL::Module::wires to wires_
Clifford Wolf
2014-07-27
1
-16
/
+16
*
Changed users of cell->connections_ to the new API (sed command)
Clifford Wolf
2014-07-26
1
-2
/
+2
*
Renamed RTLIL::{Module,Cell}::connections to connections_
Clifford Wolf
2014-07-26
1
-2
/
+2
*
SigSpec refactoring: using the accessor functions everywhere
Clifford Wolf
2014-07-22
1
-1
/
+1
*
SigSpec refactoring: renamed chunks and width to __chunks and __width
Clifford Wolf
2014-07-22
1
-1
/
+1
*
Added "select -assert-count"
Clifford Wolf
2014-07-20
1
-6
/
+43
*
Added %D and %c select commands
Clifford Wolf
2014-06-14
1
-2
/
+20
*
Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys
Clifford Wolf
2014-03-11
1
-0
/
+1
*
Added != support for relational select pattern
Clifford Wolf
2014-02-16
1
-1
/
+7
*
Added %a select operator
Clifford Wolf
2014-02-08
1
-0
/
+32
*
Added support for s: select expressions (wire width)
Clifford Wolf
2014-02-06
1
-1
/
+21
*
Added i:, o:, and x: selection pattern
Clifford Wolf
2014-02-06
1
-0
/
+18
*
Added support for %m selection op
Clifford Wolf
2014-02-06
1
-0
/
+16
*
new %s: add sub-modules to selection
Johann Glaser
2014-02-06
1
-0
/
+25
*
Simplified select "Assertation failed" message generation
Clifford Wolf
2014-02-05
1
-16
/
+4
*
Merge branch 'master' of github.com:cliffordwolf/yosys
Clifford Wolf
2014-02-05
1
-7
/
+24
|
\
|
*
be more verbose for select -assert-any and -assert-none
Johann Glaser
2014-02-05
1
-2
/
+16
|
*
improved help for "select"
Johann Glaser
2014-02-05
1
-5
/
+8
*
|
Added selection support for r: and selection with relational operators
Clifford Wolf
2014-02-05
1
-34
/
+80
|
/
*
Throw errors if non-existing selection variables are used
Clifford Wolf
2014-02-04
1
-3
/
+4
*
Added select -none
Clifford Wolf
2014-02-04
1
-4
/
+20
*
Added suuport for module attribute matching with A:<pattern>[=<pattern>] syntax
Clifford Wolf
2014-02-02
1
-5
/
+22
*
Added select -assert-none and -assert-any
Clifford Wolf
2014-01-17
1
-7
/
+44
*
Now */ is optional in */<mode>:<arg> selections
Clifford Wolf
2014-01-02
1
-1
/
+4
*
Added support for module->connections to select %ci, %co and %x handling
Clifford Wolf
2014-01-02
1
-0
/
+15
*
Replaced RTLIL::Const::str with generic decoder method
Clifford Wolf
2013-12-04
1
-1
/
+3
*
Progress on AppNote 011
Clifford Wolf
2013-11-29
1
-0
/
+4
*
Added pattern support to "ls" command
Clifford Wolf
2013-11-28
1
-30
/
+35
*
Improved ID matching scheme in select (and thus for all commands)
Clifford Wolf
2013-11-28
1
-2
/
+12
*
Moved cmds from kernel/ to passes/cmds/
Clifford Wolf
2013-06-08
1
-0
/
+1052