From: Patrick Urban Date: Mon, 11 Oct 2021 06:56:18 +0000 (+0200) Subject: synth_gatemate: Remove unsupported FF initialization X-Git-Tag: yosys-0.12~24 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f4ccdf2f5c2d8ee54f594914f201630867ea050;p=yosys.git synth_gatemate: Remove unsupported FF initialization --- 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]_" *)