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 edafebfa..0ae8dde5 100755 --- a/ecp5/trellis_import.py +++ b/ecp5/trellis_import.py @@ -56,6 +56,9 @@ def wire_type(name): if name[0].endswith("_IOLOGIC"): return "WIRE_TYPE_IOLOGIC" + if name[0].endswith("_SIOLOGIC"): + return "WIRE_TYPE_SIOLOGIC" + if name[0].endswith("_PIO"): return "WIRE_TYPE_PIO" |