From 2fe704227f4f5caa95aa0c79aee21c847d0236f0 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 9 Jan 2016 12:45:43 +0100 Subject: Fuzzed RamCascade bits --- 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 82389c0..d0288ce 100755 --- a/icebox/icebox_html.py +++ b/icebox/icebox_html.py @@ -254,6 +254,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("RamCascade"): + bitmap_cells[idx1][idx2]["label"] = "M" elif entry[1].startswith("PLL"): bitmap_cells[idx1][idx2]["label"] = "P" else: -- cgit v1.2.3