aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-10 17:54:03 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-10 17:54:03 +0200
commitd0c7fe5bfb936a54f3f61551b1b635cdd72695dd (patch)
tree3c1086e3df1825cddddbc2836e4e196f85b3f50f
parentca6b2d9ebd521ecec58b9b5627c9380355adeab1 (diff)
downloadicestorm-d0c7fe5bfb936a54f3f61551b1b635cdd72695dd.tar.gz
icestorm-d0c7fe5bfb936a54f3f61551b1b635cdd72695dd.tar.bz2
icestorm-d0c7fe5bfb936a54f3f61551b1b635cdd72695dd.zip
Fix routing description in icebox_html output
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-rwxr-xr-xicebox/icebox_html.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py
index 5358c16..5f5fc58 100755
--- a/icebox/icebox_html.py
+++ b/icebox/icebox_html.py
@@ -418,8 +418,8 @@ nets are connected with nets from cells in its neighbourhood.</p>""")
print("<h2>Routing Configuration</h2>")
print("""<p>This section lists the routing configuration bits in the tile.
-The entries titled "routing" configure transfer gates, the entries titled
-"buffer" configure tri-state drivers.</p>""")
+All routing resources are directional tristate buffers that are in tristate mode
+in the all-zeros configuration.</p>""")
grpgrp = dict()
config_groups = dict()