Bugfix in iCE40 chipdb.py
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
7f473f5199
commit
3788bd26e6
@ -1027,9 +1027,6 @@ for wire in range(num_wires):
|
|||||||
info["uphill_bel"] = -1
|
info["uphill_bel"] = -1
|
||||||
info["uphill_pin"] = 0
|
info["uphill_pin"] = 0
|
||||||
|
|
||||||
if num_bels_downhill == 0:
|
|
||||||
info["list_bel_pins"] = None
|
|
||||||
|
|
||||||
avg_x, avg_y = 0, 0
|
avg_x, avg_y = 0, 0
|
||||||
if wire in wire_xy:
|
if wire in wire_xy:
|
||||||
for x, y in wire_xy[wire]:
|
for x, y in wire_xy[wire]:
|
||||||
|
Loading…
Reference in New Issue
Block a user