mirror of https://github.com/YosysHQ/icestorm.git
Fix routing description in icebox_html output
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
ca6b2d9ebd
commit
d0c7fe5bfb
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue