projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7913bae
)
ecp5: Add ECLKSYNCB blackbox
author
David Shah
<dave@ds0.me>
Wed, 13 Feb 2019 11:23:25 +0000
(11:23 +0000)
committer
David Shah
<dave@ds0.me>
Wed, 13 Feb 2019 11:23:25 +0000
(11:23 +0000)
Signed-off-by: David Shah <dave@ds0.me>
techlibs/ecp5/cells_bb.v
patch
|
blob
|
history
diff --git
a/techlibs/ecp5/cells_bb.v
b/techlibs/ecp5/cells_bb.v
index 5b8d6bb4a43ee9bedbf9980272afcfe8be15d132..1de623fcd3f3f92e3c70fe2a19dc1d8fb59479cd 100644
(file)
--- a/
techlibs/ecp5/cells_bb.v
+++ b/
techlibs/ecp5/cells_bb.v
@@
-272,7
+272,6
@@
module TSHX2DQSA(
parameter REGSET = "SET";
endmodule
-
(* blackbox *)
module DQSBUFM(
input DQSI, READ1, READ0, READCLKSEL2, READCLKSEL1, READCLKSEL0, DDRDEL,
@@
-300,6
+299,13
@@
module CLKDIVF(
parameter DIV = "2.0";
endmodule
+(* blackbox *)
+module ECLKSYNCB(
+ input ECLKI, STOP,
+ output ECLKO
+);
+endmodule
+
(* blackbox *)
module DCCA(
input CLKI, CE,