aboutsummaryrefslogtreecommitdiffstats
path: root/icebox/icebox_html.py
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-01-09 12:45:43 +0100
committerClifford Wolf <clifford@clifford.at>2016-01-09 12:45:43 +0100
commit2fe704227f4f5caa95aa0c79aee21c847d0236f0 (patch)
treea9a379a8ae069ae06cbbab9e66154c1781fd4719 /icebox/icebox_html.py
parentc4e5a5e57f692cf88f08ad365e418fb5eb6119f0 (diff)
downloadicestorm-2fe704227f4f5caa95aa0c79aee21c847d0236f0.tar.gz
icestorm-2fe704227f4f5caa95aa0c79aee21c847d0236f0.tar.bz2
icestorm-2fe704227f4f5caa95aa0c79aee21c847d0236f0.zip
Fuzzed RamCascade bits
Diffstat (limited to 'icebox/icebox_html.py')
-rwxr-xr-xicebox/icebox_html.py2
1 files changed, 2 insertions, 0 deletions
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.</p>""" %
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: