diff options
Diffstat (limited to 'ecp5/trellis_import.py')
-rwxr-xr-x | ecp5/trellis_import.py | 3 |
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): |