projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d592bd9
)
synth_gatemate: Remove unsupported FF initialization
author
Patrick Urban
<patrick.urban@web.de>
Mon, 11 Oct 2021 06:56:18 +0000
(08:56 +0200)
committer
Marcelina KoĆcielnicka
<mwk@0x04.net>
Sat, 13 Nov 2021 20:53:25 +0000
(21:53 +0100)
techlibs/gatemate/reg_map.v
patch
|
blob
|
history
diff --git
a/techlibs/gatemate/reg_map.v
b/techlibs/gatemate/reg_map.v
index 8dc4f672f68d6b5318f8a88dc12de11c070013da..6a2c7fb915a5a9965afdb5b29ae098645110328b 100644
(file)
--- a/
techlibs/gatemate/reg_map.v
+++ b/
techlibs/gatemate/reg_map.v
@@
-29,8
+29,6
@@
module \$_DFFE_xxxx_ (input D, C, R, E, output Q);
.SR_VAL(_TECHMAP_CELLTYPE_[23:16] == "1")
\r
) _TECHMAP_REPLACE_ (.D(D), .EN(E), .CLK(C), .SR(R), .Q(Q));
\r
\r
- wire _TECHMAP_REMOVEINIT_Q_ = 1'b1;
\r
-
\r
endmodule
\r
\r
(* techmap_celltype = "$_DLATCH_[NP][NP][01]_" *)
\r