synth_gatemate: Remove unsupported FF initialization

This commit is contained in:
Patrick Urban 2021-10-11 08:56:18 +02:00 committed by Marcelina Kościelnicka
parent d592bd93b8
commit 3f4ccdf2f5
1 changed files with 0 additions and 2 deletions

View File

@ -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]_" *)