From 13e63e6b65e044e348356731b55610d02cb308b9 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 18 Jul 2015 13:07:39 +0200 Subject: Import of icestorm-snapshot-150526.zip --- icebox/icebox_html.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'icebox/icebox_html.py') diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py index 880714f..d3779ab 100755 --- a/icebox/icebox_html.py +++ b/icebox/icebox_html.py @@ -218,6 +218,8 @@ configuration bits it has and how it is connected to its neighbourhood.

""" % bitmap_cells[idx1][idx2]["label"] = "A" elif entry[1].startswith("RamConfig"): bitmap_cells[idx1][idx2]["label"] = "M" + elif entry[1].startswith("PLL"): + bitmap_cells[idx1][idx2]["label"] = "P" else: assert False bitmap_cells[idx1][idx2]["label"] = '%s' % (idx1, idx2, bitmap_cells[idx1][idx2]["label"]) -- cgit v1.2.3