From: ECP5-PCIe Date: Sun, 22 Aug 2021 16:08:04 +0000 (+0200) Subject: Add DLLDELD X-Git-Tag: yosys-0.10~27 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dfc453b246c3b211a8c5df5e04c7afe2451b0986;p=yosys.git Add DLLDELD --- diff --git a/techlibs/ecp5/cells_bb.v b/techlibs/ecp5/cells_bb.v index c9a6e5232..e616d24d6 100644 --- a/techlibs/ecp5/cells_bb.v +++ b/techlibs/ecp5/cells_bb.v @@ -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,