aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-01-21 12:34:34 +0000
committerDavid Shah <dave@ds0.me>2019-01-21 12:34:34 +0000
commitd8003e87d1c5962e660ce84150239444b7fb037d (patch)
treee41336a19b2a484e3050017abca358a2f5dd12c3 /techlibs
parent01ea72f53a9707d741a1178d0ac4c4f69d6b65db (diff)
downloadyosys-d8003e87d1c5962e660ce84150239444b7fb037d.tar.gz
yosys-d8003e87d1c5962e660ce84150239444b7fb037d.tar.bz2
yosys-d8003e87d1c5962e660ce84150239444b7fb037d.zip
ecp5: More blackboxes
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/ecp5/cells_bb.v17
1 files changed, 17 insertions, 0 deletions
diff --git a/techlibs/ecp5/cells_bb.v b/techlibs/ecp5/cells_bb.v
index 425d62d24..32fb5c1ef 100644
--- a/techlibs/ecp5/cells_bb.v
+++ b/techlibs/ecp5/cells_bb.v
@@ -156,6 +156,23 @@ module OSCG(
parameter DIV = 128;
endmodule
+(* blackbox *) (* keep *)
+module USRMCLK(
+ input USRMCLKI, USRMCLKTS,
+ output USRMCLKO
+);
+endmodule
+
+(* blackbox *) (* keep *)
+module JTAGG(
+ input TCK, TMS, TDI, JTDO2, JTDO1,
+ output TDO, JTDI, JTCK, JRTI2, JRTI1,
+ output JSHIFT, JUPDATE, JRSTN, JCE2, JCE1
+);
+parameter ER1 = "ENABLED";
+parameter ER2 = "ENABLED";
+endmodule
+
(* blackbox *)
module IDDRX1F(
input D, SCLK, RST,