From 4a79e70470987ba54a16ab97eb25d664509550fc Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 10 Jun 2018 14:08:00 +0200 Subject: Fix ice40 pip/switch locked performance issue Signed-off-by: Clifford Wolf --- ice40/chipdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40/chipdb.py') diff --git a/ice40/chipdb.py b/ice40/chipdb.py index a92704eb..f6f73d99 100644 --- a/ice40/chipdb.py +++ b/ice40/chipdb.py @@ -451,7 +451,7 @@ print(",\n".join(tilegrid)) print("};") print("ChipInfoPOD chip_info_%s = {" % dev_name) -print(" %d, %d, %d, %d, %d," % (dev_width, dev_height, len(bel_name), num_wires, len(pipinfo))) +print(" %d, %d, %d, %d, %d, %d," % (dev_width, dev_height, len(bel_name), num_wires, len(pipinfo), len(switchinfo))) print(" bel_data_%s, wire_data_%s, pip_data_%s," % (dev_name, dev_name, dev_name)) print(" tile_grid_%s, &bits_info_%s" % (dev_name, dev_name)) print("};") -- cgit v1.2.3