index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
opt
/
opt_reduce.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Renamed RTLIL::{Module,Cell}::connections to connections_
Clifford Wolf
2014-07-26
1
-39
/
+39
|
*
Use only module->addCell() and module->remove() to create and delete cells
Clifford Wolf
2014-07-25
1
-10
/
+3
|
*
Fixed memory corruption in "opt_reduce" pass
Clifford Wolf
2014-07-25
1
-5
/
+7
|
*
Removed RTLIL::SigSpec::expand() method
Clifford Wolf
2014-07-23
1
-17
/
+19
|
*
SigSpec refactoring: using the accessor functions everywhere
Clifford Wolf
2014-07-22
1
-14
/
+14
|
*
SigSpec refactoring: renamed chunks and width to __chunks and __width
Clifford Wolf
2014-07-22
1
-14
/
+14
|
*
Added "opt_const -fine" and "opt_reduce -fine"
Clifford Wolf
2014-07-21
1
-5
/
+19
|
*
Apply opt_reduce WR_EN opts to the whole mux tree driving the WR_EN port
Clifford Wolf
2014-07-18
1
-0
/
+15
|
*
Improved opt_reduce handling of mem wr_en mux bits
Clifford Wolf
2014-07-17
1
-5
/
+18
|
*
improved opt_reduce for $mem/$memwr WR_EN multiplexers
Clifford Wolf
2014-07-16
1
-0
/
+80
|
*
Fixed bug in opt_reduce (see vloghammer issue_044)
Clifford Wolf
2014-05-12
1
-1
/
+4
|
*
Fixed undef handling in opt_reduce
Clifford Wolf
2014-03-06
1
-2
/
+2
|
*
Cleanups and bugfixes in response to new internal cell checker
Clifford Wolf
2013-11-11
1
-0
/
+1
|
*
Added help messages for opt_* passes
Clifford Wolf
2013-03-01
1
-1
/
+16
|
*
Moved stand-alone libs to libs/ directory and added libs/subcircuit
Clifford Wolf
2013-02-27
1
-1
/
+1
|
*
initial import
Clifford Wolf
2013-01-05
1
-0
/
+236