From d0c7fe5bfb936a54f3f61551b1b635cdd72695dd Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 10 Jun 2018 17:54:03 +0200 Subject: Fix routing description in icebox_html output Signed-off-by: Clifford Wolf --- icebox/icebox_html.py | 4 ++-- 1 file 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.

""") print("

Routing Configuration

") print("""

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.

""") +All routing resources are directional tristate buffers that are in tristate mode +in the all-zeros configuration.

""") grpgrp = dict() config_groups = dict() -- cgit v1.2.3