xilinx: add delays to INV
This commit is contained in:
@@ -160,6 +160,9 @@ module INV(
|
||||
input I
|
||||
);
|
||||
assign O = !I;
|
||||
specify
|
||||
(I => O) = 127;
|
||||
endspecify
|
||||
endmodule
|
||||
|
||||
(* abc9_lut=1 *)
|
||||
|
||||
Reference in New Issue
Block a user