aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
authorPatrick Urban <patrick.urban@web.de>2021-10-11 08:56:18 +0200
committerMarcelina Koƛcielnicka <mwk@0x04.net>2021-11-13 21:53:25 +0100
commit3f4ccdf2f5c2d8ee54f594914f201630867ea050 (patch)
treed692c0910328e0d288d74fa9b558894e4c985393 /techlibs
parentd592bd93b8d7ab457419c35982998b23998e304a (diff)
downloadyosys-3f4ccdf2f5c2d8ee54f594914f201630867ea050.tar.gz
yosys-3f4ccdf2f5c2d8ee54f594914f201630867ea050.tar.bz2
yosys-3f4ccdf2f5c2d8ee54f594914f201630867ea050.zip
synth_gatemate: Remove unsupported FF initialization
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/gatemate/reg_map.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/techlibs/gatemate/reg_map.v b/techlibs/gatemate/reg_map.v
index 8dc4f672f..6a2c7fb91 100644
--- 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")
) _TECHMAP_REPLACE_ (.D(D), .EN(E), .CLK(C), .SR(R), .Q(Q));
- wire _TECHMAP_REMOVEINIT_Q_ = 1'b1;
-
endmodule
(* techmap_celltype = "$_DLATCH_[NP][NP][01]_" *)