aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim 'mithro' Ansell <me@mith.ro>2018-06-12 19:10:15 -0700
committerTim 'mithro' Ansell <me@mith.ro>2018-06-12 19:18:45 -0700
commitd8d30fa63000fab66e770db996c4bb90dcb90420 (patch)
tree39a14f2c5f0011f7e1ecea6b123e888c5eddc238
parent92751d505af0e2843694a1b59c89bb8896546aba (diff)
downloadicestorm-d8d30fa63000fab66e770db996c4bb90dcb90420.tar.gz
icestorm-d8d30fa63000fab66e770db996c4bb90dcb90420.tar.bz2
icestorm-d8d30fa63000fab66e770db996c4bb90dcb90420.zip
icebox_hlc2asc: Remove the bidirectional support.
See ca6b2d9ebd521ecec58b9b5627c9380355adeab1.
-rwxr-xr-xicebox/icebox_hlc2asc.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/icebox/icebox_hlc2asc.py b/icebox/icebox_hlc2asc.py
index 54c9dc0..3b9ee38 100755
--- a/icebox/icebox_hlc2asc.py
+++ b/icebox/icebox_hlc2asc.py
@@ -701,14 +701,6 @@ class Tile:
continue
add_entry(entry, bits)
- # Let the routing bits be specified in both a->b and b->a direction.
- for bits, *entry in self.db:
- if not ic.tile_has_entry(x, y, (bits, *entry)):
- continue
- if entry[0] != "routing":
- continue
- add_entry((entry[0], entry[2], entry[1]), bits)
-
self.buffers = []
self.routings = []
self.bits_set = set()