mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Add DLLDELD
This commit is contained in:
committed by
Marcelina Kościelnicka
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,
|
||||
|
||||
Reference in New Issue
Block a user