index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
techmap
/
dff2dffe.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: big fat patch to use more ID::*, otherwise ID(*)
Eddie Hung
2020-04-02
1
-20
/
+20
*
Fix typo
Eddie Hung
2019-08-19
1
-1
/
+1
*
Use more ID::{A,B,Y,blackbox,whitebox}
Eddie Hung
2019-08-15
1
-9
/
+9
*
ID(\\.*) -> ID(.*)
Eddie Hung
2019-08-15
1
-29
/
+29
*
Transform all "\\*" identifiers into ID()
Eddie Hung
2019-08-15
1
-29
/
+29
*
Transform "$.*" to ID("$.*") in passes/techmap
Eddie Hung
2019-08-15
1
-24
/
+24
*
substr() -> compare()
Eddie Hung
2019-08-07
1
-3
/
+3
*
RTLIL::S{0,1} -> State::S{0,1}
Eddie Hung
2019-08-07
1
-1
/
+1
*
stoi -> atoi
Eddie Hung
2019-08-07
1
-1
/
+1
*
Make liberal use of IdString.in()
Eddie Hung
2019-08-06
1
-2
/
+2
*
Fix typo
Clifford Wolf
2018-12-04
1
-1
/
+1
*
dff2dffe: Add option for unmap to only remove DFFE with low CE signal use
Sylvain Munaut
2018-11-27
1
-1
/
+36
*
Consistent use of 'override' for virtual methods in derived classes.
Henner Zeller
2018-07-20
1
-2
/
+2
*
ecp5: Adding synchronous set/reset support
David Shah
2018-07-14
1
-2
/
+12
*
Added "yosys -D" feature
Clifford Wolf
2016-04-21
1
-1
/
+1
*
Spell check (by Larry Doolittle)
Clifford Wolf
2015-08-14
1
-1
/
+1
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-3
/
+3
*
Bugfix for $_DFF_?_ in "dff2dffe -direct-match"
Clifford Wolf
2015-04-17
1
-2
/
+2
*
Fixed "dff2dffe -direct-match"
Clifford Wolf
2015-04-16
1
-12
/
+23
*
Added "dff2dffe -direct-match"
Clifford Wolf
2015-04-16
1
-14
/
+35
*
Added "dffinit", Support for initialized Xilinx DFF
Clifford Wolf
2015-04-04
1
-1
/
+1
*
Bugfix in dff2dffe
Clifford Wolf
2015-01-16
1
-1
/
+1
*
Added "dff2dffe -direct" for direct gate mapping
Clifford Wolf
2014-12-24
1
-5
/
+37
*
Added "dff2dffe -unmap"
Clifford Wolf
2014-12-24
1
-6
/
+42
*
Added support for gate-level cells in dff2dffe
Clifford Wolf
2014-12-24
1
-9
/
+38
*
Added functionality to dff2dffe pass
Clifford Wolf
2014-12-08
1
-2
/
+167
*
Added skeleton dff2dffe pass
Clifford Wolf
2014-12-08
1
-0
/
+75