Bugfix in icebox_vlog.py

This commit is contained in:
Clifford Wolf 2015-08-26 07:23:42 +02:00
parent b8494dae8c
commit 19be8895a5
1 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@ for segs in sorted(ic.group_segments(extra_connections=extra_connections, extra_
if match:
idx = (s[0], s[1], int(match.group(1)))
p = "io_%d_%d_%d" % idx
net_segs.add(p)
if lookup_pins or pcf_data:
for entry in ic.pinloc_db():
if idx[0] == entry[1] and idx[1] == entry[2] and idx[2] == entry[3]: