From 3788bd26e609f8488ba0f135731a46fb32afa843 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 23 Jul 2018 00:25:49 +0200 Subject: Bugfix in iCE40 chipdb.py Signed-off-by: Clifford Wolf --- ice40/chipdb.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ice40/chipdb.py') 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]: -- cgit v1.2.3