index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
opt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed RTLIL::{Module,Cell}::connections to connections_
Clifford Wolf
2014-07-26
6
-195
/
+195
*
Use only module->addCell() and module->remove() to create and delete cells
Clifford Wolf
2014-07-25
6
-22
/
+9
*
Fixed memory corruption in "opt_reduce" pass
Clifford Wolf
2014-07-25
1
-5
/
+7
*
Replaced more old SigChunk programming patterns
Clifford Wolf
2014-07-24
1
-9
/
+4
*
Added cover() calls to opt_const
Clifford Wolf
2014-07-24
1
-9
/
+45
*
Removed RTLIL::SigSpec::optimize()
Clifford Wolf
2014-07-23
2
-4
/
+0
*
Removed RTLIL::SigSpec::expand() method
Clifford Wolf
2014-07-23
4
-40
/
+39
*
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3
Clifford Wolf
2014-07-23
1
-1
/
+1
*
Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3
Clifford Wolf
2014-07-23
1
-1
/
+1
*
SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...
Clifford Wolf
2014-07-22
1
-7
/
+2
*
SigSpec refactoring: using the accessor functions everywhere
Clifford Wolf
2014-07-22
6
-89
/
+89
*
SigSpec refactoring: renamed chunks and width to __chunks and __width
Clifford Wolf
2014-07-22
6
-89
/
+89
*
Added "opt_const -keepdc"
Clifford Wolf
2014-07-21
2
-15
/
+168
*
Added mul to mux conversion to "opt_const -fine"
Clifford Wolf
2014-07-21
1
-0
/
+55
*
Added "opt_const -fine" and "opt_reduce -fine"
Clifford Wolf
2014-07-21
3
-15
/
+144
*
Added opt_const support for simple identities
Clifford Wolf
2014-07-21
1
-0
/
+69
*
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 performance problem in opt_mux with nets driven by many conflicting dri...
Clifford Wolf
2014-03-19
1
-1
/
+6
*
Fixed undef handling in opt_reduce
Clifford Wolf
2014-03-06
1
-2
/
+2
*
Fixed const folding of $bu0 cells
Clifford Wolf
2014-02-27
1
-0
/
+1
*
Fixed bug (typo) in passes/opt/opt_const.cc
Clifford Wolf
2014-02-22
1
-1
/
+1
*
Fixed handling of "keep" attribute on wires in opt_clean
Clifford Wolf
2014-02-16
1
-2
/
+2
*
Fixed opt_const handling of double invert with non-1 output width
Clifford Wolf
2014-02-15
1
-1
/
+1
*
Added opt -purge (frontend to opt_clean -purge)
Clifford Wolf
2014-02-08
1
-3
/
+8
*
Only count non-trivial attributes when findinf master signal in opt_clean
Clifford Wolf
2014-02-08
1
-2
/
+13
*
Improved detection of primary wire for a signal in opt_clean
Clifford Wolf
2014-02-07
1
-4
/
+23
*
Added opt_const -undriven
Clifford Wolf
2014-02-06
2
-3
/
+68
*
Fixed detection of init attribute in opt_rmdff
Clifford Wolf
2014-02-04
1
-1
/
+1
*
Improved handling of reg init in opt_share and opt_rmdff
Clifford Wolf
2014-02-04
2
-7
/
+48
*
More opt_const -mux_bool features
Clifford Wolf
2014-02-02
1
-7
/
+46
*
Added opt_const -mux_bool
Clifford Wolf
2014-02-02
2
-7
/
+47
*
Added support for inverter chains to opt_const
Clifford Wolf
2014-02-02
1
-1
/
+21
*
Added constant-clock case to opt_rmdff
Clifford Wolf
2014-02-02
1
-0
/
+8
*
Added $assert cell
Clifford Wolf
2014-01-19
1
-1
/
+1
*
Added support for $adff with undef data inputs to opt_rmdff
Clifford Wolf
2014-01-17
1
-0
/
+6
*
Added "opt_const -mux_undef"
Clifford Wolf
2014-01-14
1
-5
/
+71
*
Improved $_MUX_ handling in opt_const
Clifford Wolf
2013-12-28
1
-10
/
+9
*
More conservastive $eq/$ne/$eqx/$nex opt_const code
Clifford Wolf
2013-12-28
1
-8
/
+2
*
More $eq/$ne/$eqx/$nex fixes in opt_const
Clifford Wolf
2013-12-27
1
-1
/
+8
*
Fixed/improved opt_const $eq/$ne/$eqx/$nex handling
Clifford Wolf
2013-12-27
1
-1
/
+3
*
Added support for non-const === and !== (for miter circuits)
Clifford Wolf
2013-12-27
1
-5
/
+7
*
Cleanups and bugfixes in response to new internal cell checker
Clifford Wolf
2013-11-11
2
-2
/
+3
*
Fixed keep attribute on wires in opt_clean
Clifford Wolf
2013-11-08
1
-1
/
+1
*
Renamed extend_un0() to extend_u0() and use it in genrtlil
Clifford Wolf
2013-11-07
1
-2
/
+2
*
Fixed type of sign extension in opt_const $eq/$ne handling
Clifford Wolf
2013-11-07
1
-9
/
+9
*
Fixed $eq/$ne bitwise optimization in opt_const
Clifford Wolf
2013-11-07
1
-7
/
+8
*
Added support for "keep" attributes on wires
Clifford Wolf
2013-11-05
1
-0
/
+5
[next]