From 8c79044d43417790a2a8844ea09cfc038e6b239c Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 12 Oct 2019 19:07:54 +0200 Subject: more wires between switchboxes --- ecp5/trellis_import.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ecp5/trellis_import.py') diff --git a/ecp5/trellis_import.py b/ecp5/trellis_import.py index e12f8bb7..ebdc45f7 100755 --- a/ecp5/trellis_import.py +++ b/ecp5/trellis_import.py @@ -74,6 +74,12 @@ def wire_type(name): if name[0].startswith("V06"): return "WIRE_TYPE_V06" + if name[0].startswith("HFI"): + return "WIRE_TYPE_HFI" + + if name[0].startswith("HL7"): + return "WIRE_TYPE_HL7" + return "WIRE_TYPE_NONE" def is_global(loc): -- cgit v1.2.3