From 3f4ccdf2f5c2d8ee54f594914f201630867ea050 Mon Sep 17 00:00:00 2001
From: Patrick Urban <patrick.urban@web.de>
Date: Mon, 11 Oct 2021 08:56:18 +0200
Subject: [PATCH] synth_gatemate: Remove unsupported FF initialization

---
 techlibs/gatemate/reg_map.v | 2 --
 1 file changed, 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]_" *)