index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
opt
/
opt_const.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
More cleanups related to RTLIL::IdString usage
Clifford Wolf
2014-08-02
1
-21
/
+21
*
Renamed port access function on RTLIL::Cell, added param access functions
Clifford Wolf
2014-07-31
1
-98
/
+98
*
Added $shift and $shiftx cell types (needed for correct part select behavior)
Clifford Wolf
2014-07-29
1
-7
/
+9
*
Using log_assert() instead of assert()
Clifford Wolf
2014-07-28
1
-2
/
+1
*
Improved performance of opt_const on large modules
Clifford Wolf
2014-07-27
1
-29
/
+54
*
Fixed a bug in opt_clean and some RTLIL API usage cleanups
Clifford Wolf
2014-07-27
1
-10
/
+10
*
Refactoring: Renamed RTLIL::Design::modules to modules_
Clifford Wolf
2014-07-27
1
-1
/
+1
*
Refactoring: Renamed RTLIL::Module::cells to cells_
Clifford Wolf
2014-07-27
1
-3
/
+3
*
Refactoring: Renamed RTLIL::Module::wires to wires_
Clifford Wolf
2014-07-27
1
-1
/
+1
*
More RTLIL::Cell API usage cleanups
Clifford Wolf
2014-07-26
1
-1
/
+1
*
Added RTLIL::Cell::has(portname)
Clifford Wolf
2014-07-26
1
-2
/
+2
*
Manual fixes for new cell connections API
Clifford Wolf
2014-07-26
1
-17
/
+19
*
Changed users of cell->connections_ to the new API (sed command)
Clifford Wolf
2014-07-26
1
-101
/
+101
*
Renamed RTLIL::{Module,Cell}::connections to connections_
Clifford Wolf
2014-07-26
1
-101
/
+101
*
Use only module->addCell() and module->remove() to create and delete cells
Clifford Wolf
2014-07-25
1
-2
/
+1
*
Added cover() calls to opt_const
Clifford Wolf
2014-07-24
1
-9
/
+45
*
Removed RTLIL::SigSpec::optimize()
Clifford Wolf
2014-07-23
1
-2
/
+0
*
Removed RTLIL::SigSpec::expand() method
Clifford Wolf
2014-07-23
1
-8
/
+6
*
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
1
-46
/
+46
*
SigSpec refactoring: renamed chunks and width to __chunks and __width
Clifford Wolf
2014-07-22
1
-46
/
+46
*
Added "opt_const -keepdc"
Clifford Wolf
2014-07-21
1
-12
/
+158
*
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
1
-6
/
+115
*
Added opt_const support for simple identities
Clifford Wolf
2014-07-21
1
-0
/
+69
*
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 opt_const handling of double invert with non-1 output width
Clifford Wolf
2014-02-15
1
-1
/
+1
*
Added opt_const -undriven
Clifford Wolf
2014-02-06
1
-1
/
+62
*
More opt_const -mux_bool features
Clifford Wolf
2014-02-02
1
-7
/
+46
*
Added opt_const -mux_bool
Clifford Wolf
2014-02-02
1
-3
/
+29
*
Added support for inverter chains to opt_const
Clifford Wolf
2014-02-02
1
-1
/
+21
*
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
*
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
*
Bugfixes for empty signal vectors
Clifford Wolf
2013-07-10
1
-0
/
+3
*
Fixed handling of $eq and $ne in opt_const
Clifford Wolf
2013-07-07
1
-2
/
+2
*
Fixed to aggressive x-folding in opt_const
Clifford Wolf
2013-05-17
1
-8
/
+21
*
Fixed a bug in opt_const when optimizing 1-bit compares with constants
Clifford Wolf
2013-04-13
1
-2
/
+4
*
added optimizations for single-bit $eq/$ne with constant input to opt_const
Clifford Wolf
2013-03-19
1
-0
/
+25
*
improved $mux optimization in opt_const
Clifford Wolf
2013-03-19
1
-2
/
+6
*
keep $mux and $_MUX_ optimizations separate in opt_const
Clifford Wolf
2013-03-19
1
-3
/
+3
*
added one more suggestion to optimize MUXes in pass "opt_const"
Johann Glaser
2013-03-18
1
-0
/
+1
*
also optimize single-bit "$mux" cells in pass "opt_const", added suggestions
Johann Glaser
2013-03-18
1
-1
/
+5
[next]