aboutsummaryrefslogtreecommitdiffstats
path: root/generic/synth/cells_map.v
diff options
context:
space:
mode:
Diffstat (limited to 'generic/synth/cells_map.v')
-rw-r--r--generic/synth/cells_map.v4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/synth/cells_map.v b/generic/synth/cells_map.v
index adbccb52..a6027534 100644
--- a/generic/synth/cells_map.v
+++ b/generic/synth/cells_map.v
@@ -7,6 +7,4 @@ module \$lut (A, Y);
LUT #(.K(`LUT_K), .INIT(LUT)) _TECHMAP_REPLACE_ (.I(A), .Q(Y));
endmodule
-
-module \$_DFF_N_ (input D, C, output Q); DFF _TECHMAP_REPLACE_ (.D(D), .Q(Q), .CLK(C)); endmodule
-module \$_DFF_P_ (input D, C, output Q); DFF _TECHMAP_REPLACE_ (.D(D), .Q(Q), .CLK(!C)); endmodule
+module \$_DFF_P_ (input D, C, output Q); DFF _TECHMAP_REPLACE_ (.D(D), .Q(Q), .CLK(C)); endmodule