projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b1a670
)
ecp5: Add ECLKBRIDGECS blackbox
author
David Shah
<dave@ds0.me>
Fri, 11 Oct 2019 13:50:33 +0000
(14:50 +0100)
committer
David Shah
<dave@ds0.me>
Fri, 11 Oct 2019 13:50:33 +0000
(14:50 +0100)
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 0a5046db2dfb56083285e634bfb3c2ce67cb08c4..ae124e7a3848cac718fcb64c7601284ca4cadfb8 100644
(file)
--- a/
techlibs/ecp5/cells_bb.v
+++ b/
techlibs/ecp5/cells_bb.v
@@
-333,6
+333,13
@@
module ECLKSYNCB(
);
endmodule
+(* blackbox *)
+module ECLKBRIDGECS(
+ input CLK0, CLK1, SEL,
+ output ECSOUT
+);
+endmodule
+
(* blackbox *)
module DCCA(
input CLKI, CE,