aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ice40/chipdb.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ice40/chipdb.py b/ice40/chipdb.py
index 6e2bd2b5..8cb51e38 100644
--- a/ice40/chipdb.py
+++ b/ice40/chipdb.py
@@ -1027,9 +1027,6 @@ for wire in range(num_wires):
info["uphill_bel"] = -1
info["uphill_pin"] = 0
- if num_bels_downhill == 0:
- info["list_bel_pins"] = None
-
avg_x, avg_y = 0, 0
if wire in wire_xy:
for x, y in wire_xy[wire]: