icebox_hlc2asc: Remove the bidirectional support.

See ca6b2d9ebd.
This commit is contained in:
Tim 'mithro' Ansell 2018-06-12 19:10:15 -07:00
parent 92751d505a
commit d8d30fa630
1 changed files with 0 additions and 8 deletions

View File

@ -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()