index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
sat
/
expose.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Manual fixes for new cell connections API
Clifford Wolf
2014-07-26
1
-3
/
+3
*
Changed users of cell->connections_ to the new API (sed command)
Clifford Wolf
2014-07-26
1
-36
/
+36
*
Renamed RTLIL::{Module,Cell}::connections to connections_
Clifford Wolf
2014-07-26
1
-36
/
+36
*
Use only module->addCell() and module->remove() to create and delete cells
Clifford Wolf
2014-07-25
1
-14
/
+7
*
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 log_header to miter and expose pass, show cell type for exposed ports
Johann Glaser
2014-05-28
1
-3
/
+5
*
Various improvements in expose command (added -sep and -cut)
Clifford Wolf
2014-02-09
1
-36
/
+119
*
Fixed handling of async reset in expose -evert-dff
Clifford Wolf
2014-02-08
1
-0
/
+1
*
Implemented expose -evert-dff
Clifford Wolf
2014-02-08
1
-11
/
+301
*
Added expose -dff
Clifford Wolf
2014-02-06
1
-1
/
+44
*
Added expose command
Clifford Wolf
2014-02-05
1
-0
/
+263