Fix routing description in icebox_html output

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-06-10 17:54:03 +02:00
parent ca6b2d9ebd
commit d0c7fe5bfb
1 changed files with 2 additions and 2 deletions

View File

@ -418,8 +418,8 @@ nets are connected with nets from cells in its neighbourhood.</p>""")
print("<h2>Routing Configuration</h2>") print("<h2>Routing Configuration</h2>")
print("""<p>This section lists the routing configuration bits in the tile. print("""<p>This section lists the routing configuration bits in the tile.
The entries titled "routing" configure transfer gates, the entries titled All routing resources are directional tristate buffers that are in tristate mode
"buffer" configure tri-state drivers.</p>""") in the all-zeros configuration.</p>""")
grpgrp = dict() grpgrp = dict()
config_groups = dict() config_groups = dict()