index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
opt
/
opt_rmdff.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add help for "-sat" option inside opt_rmdff. "opt" can pass "-sat" too
Bogdan Vukobratovic
2019-06-27
1
-0
/
+4
*
Fix memory leak when one of multiple DFF cells is removed in opt_rmdff
Bogdan Vukobratovic
2019-06-27
1
-0
/
+5
*
Refactor "opt_rmdff -sat"
Clifford Wolf
2019-06-20
1
-42
/
+46
*
Move netlist helper module to passes/opt for the time being
Bogdan Vukobratovic
2019-06-14
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master'
Bogdan Vukobratovic
2019-06-14
1
-2
/
+2
|
\
|
*
Fix typo in opt_rmdff
Eddie Hung
2019-06-05
1
-2
/
+2
*
|
Prepare for situation when port of the signal cannot be found
Bogdan Vukobratovic
2019-06-14
1
-1
/
+1
*
|
Some cleanup, revert sat.cc
Bogdan Vukobratovic
2019-06-14
1
-7
/
+10
*
|
Implement disconnection of constant register bits
Bogdan Vukobratovic
2019-06-13
1
-12
/
+24
*
|
Rename satgen_algo.h -> algo.h, code cleanup and refactoring
Bogdan Vukobratovic
2019-06-12
1
-73
/
+22
*
|
Generate satgen instance instead of calling sat pass
Bogdan Vukobratovic
2019-06-11
1
-23
/
+85
*
|
Optimizing DFFs whose initial value prevents their value from changing
Bogdan Vukobratovic
2019-05-28
1
-3
/
+55
|
/
*
Revert enable check
Eddie Hung
2019-05-25
1
-3
/
+1
*
opt_rmdff to optimise even in presence of enable signal, even removing
Eddie Hung
2019-05-24
1
-12
/
+29
*
Add comments
Eddie Hung
2019-05-24
1
-1
/
+22
*
Resolve @cliffordwolf review, set even if !has_init
Eddie Hung
2019-05-24
1
-2
/
+1
*
Fix spacing
Eddie Hung
2019-05-23
1
-2
/
+2
*
opt_rmdff to work on $dffe and $_DFFE_*
Eddie Hung
2019-05-23
1
-3
/
+32
*
Fix opt_rmdff handling of $_DFFSR_???_ and $_DLATCHSR_???_, fixes #816
Clifford Wolf
2019-02-21
1
-6
/
+7
*
Consistent use of 'override' for virtual methods in derived classes.
Henner Zeller
2018-07-20
1
-2
/
+2
*
Fix opt_rmdff handling of $dlatchsr
Clifford Wolf
2018-02-26
1
-0
/
+3
*
Fix memory corruption bug in opt_rmdff
Clifford Wolf
2017-10-26
1
-0
/
+3
*
Add support for set-reset cell variants to opt_rmdff
Clifford Wolf
2017-08-09
1
-0
/
+182
*
Add handling of constant reset signals to opt_rmdff
Clifford Wolf
2017-08-06
1
-1
/
+23
*
Fix handling of init attributes with strange width
Clifford Wolf
2017-02-09
1
-1
/
+3
*
Improve opt_rmdff support for $dlatch cells
Clifford Wolf
2017-01-31
1
-4
/
+22
*
Added opt_rmdff support for $ff cells
Clifford Wolf
2016-10-14
1
-5
/
+13
*
Added "opt_rmdff -keepdc"
Clifford Wolf
2016-09-30
1
-3
/
+14
*
Improved init spec handling in opt_rmdff, modernized the code a bit
Clifford Wolf
2016-08-30
1
-39
/
+82
*
Added "yosys -D" feature
Clifford Wolf
2016-04-21
1
-1
/
+1
*
Properly clean up unused "init" attributes
Clifford Wolf
2015-08-18
1
-2
/
+18
*
Some cleanups in opt_rmdff
Clifford Wolf
2015-07-25
1
-16
/
+9
*
Improved $adff simplification
Clifford Wolf
2015-07-24
1
-1
/
+1
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-3
/
+3
*
Added simple $dlatch support to opt_rmdff
Clifford Wolf
2015-05-23
1
-0
/
+35
*
Improved handling of init values in opt_rmdff
Clifford Wolf
2015-04-18
1
-11
/
+9
*
Don't be too smart with $dff cells with "init" attribute on out signal
Clifford Wolf
2014-10-16
1
-1
/
+1
*
namespace Yosys
Clifford Wolf
2014-09-27
1
-3
/
+7
*
Added design->scratchpad
Clifford Wolf
2014-08-30
1
-2
/
+3
*
More cleanups related to RTLIL::IdString usage
Clifford Wolf
2014-08-02
1
-1
/
+1
*
Renamed port access function on RTLIL::Cell, added param access functions
Clifford Wolf
2014-07-31
1
-18
/
+18
*
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
*
Changed users of cell->connections_ to the new API (sed command)
Clifford Wolf
2014-07-26
1
-26
/
+26
*
Renamed RTLIL::{Module,Cell}::connections to connections_
Clifford Wolf
2014-07-26
1
-26
/
+26
*
Use only module->addCell() and module->remove() to create and delete cells
Clifford Wolf
2014-07-25
1
-2
/
+1
*
SigSpec refactoring: using the accessor functions everywhere
Clifford Wolf
2014-07-22
1
-7
/
+7
*
SigSpec refactoring: renamed chunks and width to __chunks and __width
Clifford Wolf
2014-07-22
1
-7
/
+7
*
Fixed detection of init attribute in opt_rmdff
Clifford Wolf
2014-02-04
1
-1
/
+1
[next]