mirror of https://github.com/YosysHQ/yosys.git
Add DLLDELD
This commit is contained in:
parent
9cbff3a4a9
commit
dfc453b246
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue