mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Add DLLDELD
This commit is contained in:
parent
9cbff3a4a9
commit
dfc453b246
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue