aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/gatemate
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/gatemate')
-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]_" *)