Add DLLDELD

This commit is contained in:
ECP5-PCIe
2021-08-22 18:48:44 +02:00
committed by Marcelina Kościelnicka
parent 9cbff3a4a9
commit dfc453b246
+9
View File
@@ -339,6 +339,15 @@ module DDRDLLA(
parameter GSR = "ENABLED";
endmodule
(* blackbox *)
module DLLDELD(
input A, DDRDEL, LOADN, MOVE, DIRECTION,
output Z, CFLAG
);
parameter DEL_ADJ = "PLUS";
parameter DEL_VAL = 0;
endmodule
(* blackbox *)
module CLKDIVF(
input CLKI, RST, ALIGNWD,