1
0
mirror of synced 2026-04-25 03:46:21 +00:00

xilinx: add delays to INV

This commit is contained in:
Eddie Hung
2020-02-18 11:03:38 -08:00
parent 6bb3d9f9c0
commit 3b74e0fa45

View File

@@ -160,6 +160,9 @@ module INV(
input I
);
assign O = !I;
specify
(I => O) = 127;
endspecify
endmodule
(* abc9_lut=1 *)