aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/trellis_import.py
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-10-23 18:17:08 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-10-23 18:17:08 +0200
commitd1feb2aa2d9865807083888c5d24cdbbd98a942a (patch)
tree5775016ed2357df57fa3b491e9173dff139f0565 /ecp5/trellis_import.py
parent0d2ae5cc9dc3667f12e0f6d8ff3881191ee10930 (diff)
downloadnextpnr-d1feb2aa2d9865807083888c5d24cdbbd98a942a.tar.gz
nextpnr-d1feb2aa2d9865807083888c5d24cdbbd98a942a.tar.bz2
nextpnr-d1feb2aa2d9865807083888c5d24cdbbd98a942a.zip
display horizontal wires, add some globals to list
Diffstat (limited to 'ecp5/trellis_import.py')
-rwxr-xr-xecp5/trellis_import.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ecp5/trellis_import.py b/ecp5/trellis_import.py
index 821a8a10..68fbfe53 100755
--- a/ecp5/trellis_import.py
+++ b/ecp5/trellis_import.py
@@ -80,6 +80,9 @@ def wire_type(name):
if name[0].startswith("V06"):
return "WIRE_TYPE_V06"
+ if name[0].startswith("G_HPBX"):
+ return "WIRE_TYPE_G_HPBX"
+
return "WIRE_TYPE_NONE"
def is_global(loc):