projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cbff3a
)
Add DLLDELD
author
ECP5-PCIe
<ECP5-PCIe@protonmail.com>
Sun, 22 Aug 2021 16:08:04 +0000
(18:08 +0200)
committer
Marcelina KoĆcielnicka
<mwk@0x04.net>
Sun, 22 Aug 2021 16:48:44 +0000
(18:48 +0200)
techlibs/ecp5/cells_bb.v
patch
|
blob
|
history
diff --git
a/techlibs/ecp5/cells_bb.v
b/techlibs/ecp5/cells_bb.v
index c9a6e52321e9066aa15a5a3e84ea5c2e70e27a28..e616d24d61c926d261fe08dcd2f0270322e9f917 100644
(file)
--- 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,