aboutsummaryrefslogtreecommitdiffstats
path: root/icebox/icebox_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'icebox/icebox_html.py')
-rwxr-xr-xicebox/icebox_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py
index d3779ab..dbd2e5d 100755
--- a/icebox/icebox_html.py
+++ b/icebox/icebox_html.py
@@ -275,7 +275,7 @@ nets are connected with nets from cells in its neighbourhood.</p>""")
cat = (99, "Unsorted")
if netname.startswith("glb_netwk_"): cat = (10, "Global Networks")
if netname.startswith("glb2local_"): cat = (10, "Global Networks")
- if netname.startswith("wire_gbuf"): cat = (10, "Global Networks")
+ if netname.startswith("fabout"): cat = (10, "Global Networks")
if netname.startswith("local_"): cat = (20, "Local Tracks")
if netname.startswith("carry_in"): cat = (25, "Logic Block")
if netname.startswith("io_"): cat = (25, "IO Block")