Add DLLDELD

This commit is contained in:
ECP5-PCIe 2021-08-22 18:08:04 +02:00 committed by Marcelina Kościelnicka
parent 9cbff3a4a9
commit dfc453b246
1 changed files with 9 additions and 0 deletions

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,