aboutsummaryrefslogtreecommitdiff
path: root/icebox/icebox_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'icebox/icebox_html.py')
-rwxr-xr-xicebox/icebox_html.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py
index 5358c16..fe1ba0c 100755
--- a/icebox/icebox_html.py
+++ b/icebox/icebox_html.py
@@ -35,7 +35,7 @@ def usage():
sys.exit(0)
try:
- opts, args = getopt.getopt(sys.argv[1:], "x:y:d:8:3")
+ opts, args = getopt.getopt(sys.argv[1:], "x:y:d:83")
except:
usage()
@@ -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()