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
*
Fixed "opt_const -fine" for $pos cells
Clifford Wolf
2014-09-04
1
-9
/
+4
*
Removed $bu0 cell type
Clifford Wolf
2014-09-04
3
-10
/
+7
*
Moved "share" and "wreduce" to passes/opt/
Clifford Wolf
2014-09-01
3
-0
/
+1342
*
Using std::vector<RTLIL::State> instead of RTLIL::Const for RTLIL::SigChunk::...
Clifford Wolf
2014-09-01
1
-1
/
+1
*
Added design->scratchpad
Clifford Wolf
2014-08-30
8
-64
/
+19
*
Optimize shift ops with constant rhs in opt_const
Clifford Wolf
2014-08-24
1
-0
/
+35
*
Added some additional log messages to opt_const
Clifford Wolf
2014-08-24
1
-1
/
+10
*
Renamed toposort.h to utils.h
Clifford Wolf
2014-08-17
1
-1
/
+1
*
Added "opt -fast"
Clifford Wolf
2014-08-16
1
-19
/
+45
*
Renamed $_INV_ cell type to $_NOT_
Clifford Wolf
2014-08-15
1
-6
/
+6
*
More idstring sort_by_* helpers and fixed tpl ordering in techmap
Clifford Wolf
2014-08-15
1
-2
/
+2
*
RIP $safe_pmux
Clifford Wolf
2014-08-14
3
-3
/
+2
*
Fixed a performance bug in opt_reduce
Clifford Wolf
2014-08-02
1
-2
/
+6
*
More cleanups related to RTLIL::IdString usage
Clifford Wolf
2014-08-02
4
-29
/
+30
*
Replaced sha1 implementation
Clifford Wolf
2014-08-01
2
-7
/
+1
*
Renamed port access function on RTLIL::Cell, added param access functions
Clifford Wolf
2014-07-31
5
-170
/
+170
*
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
5
-7
/
+2
*
Added SigPool::check(bit)
Clifford Wolf
2014-07-27
1
-2
/
+2
*
Fixed bug in opt_clean
Clifford Wolf
2014-07-27
1
-1
/
+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
2
-13
/
+14
*
Using new obj iterator API in a few places
Clifford Wolf
2014-07-27
1
-12
/
+11
*
Refactoring: Renamed RTLIL::Design::modules to modules_
Clifford Wolf
2014-07-27
6
-7
/
+7
*
Refactoring: Renamed RTLIL::Module::cells to cells_
Clifford Wolf
2014-07-27
6
-18
/
+18
*
Refactoring: Renamed RTLIL::Module::wires to wires_
Clifford Wolf
2014-07-27
5
-9
/
+9
*
Changed a lot of code to the new RTLIL::Wire constructors
Clifford Wolf
2014-07-26
1
-6
/
+10
*
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
4
-24
/
+32
*
Changed users of cell->connections_ to the new API (sed command)
Clifford Wolf
2014-07-26
6
-195
/
+195
*
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
[next]