aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/trellis_import.py
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-12-13 19:44:49 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2019-12-13 19:44:49 +0100
commit6d005f38b5e771341c67e00db054c9d5010e2a56 (patch)
treedb1b77deb519a7a96d8acc7d996be244837837d5 /ecp5/trellis_import.py
parent2a5f0bbd28481e9809ffe7c7b972252878420888 (diff)
downloadnextpnr-6d005f38b5e771341c67e00db054c9d5010e2a56.tar.gz
nextpnr-6d005f38b5e771341c67e00db054c9d5010e2a56.tar.bz2
nextpnr-6d005f38b5e771341c67e00db054c9d5010e2a56.zip
add more
Diffstat (limited to 'ecp5/trellis_import.py')
-rwxr-xr-xecp5/trellis_import.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/ecp5/trellis_import.py b/ecp5/trellis_import.py
index 0ae8dde5..fe342263 100755
--- a/ecp5/trellis_import.py
+++ b/ecp5/trellis_import.py
@@ -65,6 +65,15 @@ def wire_type(name):
if name[0].endswith("_DDRDLL"):
return "WIRE_TYPE_DDRDLL"
+ if name[0].endswith("_CCLK"):
+ return "WIRE_TYPE_CCLK"
+
+ if name[0].endswith("_EXTREF"):
+ return "WIRE_TYPE_EXTREF"
+
+ if name[0].endswith("_DCU"):
+ return "WIRE_TYPE_DCU"
+
if name[0].endswith("_EBR"):
return "WIRE_TYPE_EBR"