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
*
Import more std:: stuff into Yosys namespace
Clifford Wolf
2015-10-25
1
-1
/
+1
*
Added wreduce $mul support and fixed signed $mul opt_const bug
Clifford Wolf
2015-09-25
1
-4
/
+36
*
Added detection of "mux inverter" chains in opt_const
Clifford Wolf
2015-09-18
1
-0
/
+2
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-2
/
+2
*
Added opt_const -clkinv
Clifford Wolf
2015-07-01
1
-3
/
+88
*
Added $eq/$neq -> $logic_not/$reduce_bool optimization
Clifford Wolf
2015-04-29
1
-0
/
+19
*
Using design->selected_modules() in opt_*
Clifford Wolf
2015-02-03
1
-1
/
+1
*
Bugfix in opt_const $eq -> buffer code
Clifford Wolf
2015-01-31
1
-4
/
+4
*
Re-enabled mux->and/or transform (and fixed lm32 in yosys-bigsim)
Clifford Wolf
2015-01-13
1
-5
/
+0
*
disabled problematic mux -> and/or transform
Clifford Wolf
2015-01-07
1
-2
/
+7
*
dict<> ref vs insert bugfix
Clifford Wolf
2015-01-06
1
-10
/
+13
*
Renamed hashmap.h to hashlib.h, some related improvements
Clifford Wolf
2014-12-28
1
-1
/
+1
*
More hashtable finetuning
Clifford Wolf
2014-12-27
1
-1
/
+1
*
Replaced std::unordered_map as implementation for Yosys::dict
Clifford Wolf
2014-12-26
1
-1
/
+1
*
Added Yosys::{dict,nodict,vector} container types
Clifford Wolf
2014-12-26
1
-3
/
+3
*
Renamed extend() to extend_xx(), changed most users to extend_u0()
Clifford Wolf
2014-12-24
1
-3
/
+3
*
Improved TopoSort determinism
Clifford Wolf
2014-11-07
1
-1
/
+1
*
Added "opt -full" alias for all more aggressive optimizations
Clifford Wolf
2014-10-31
1
-3
/
+13
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
1
-14
/
+14
*
namespace Yosys
Clifford Wolf
2014-09-27
1
-5
/
+9
*
Fixed "opt_const -fine" for $pos cells
Clifford Wolf
2014-09-04
1
-9
/
+4
*
Removed $bu0 cell type
Clifford Wolf
2014-09-04
1
-6
/
+4
*
Added design->scratchpad
Clifford Wolf
2014-08-30
1
-17
/
+3
*
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
*
Renamed $_INV_ cell type to $_NOT_
Clifford Wolf
2014-08-15
1
-6
/
+6
*
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
[next]