From ca6b2d9ebd521ecec58b9b5627c9380355adeab1 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 10 Jun 2018 17:14:04 +0200 Subject: Fix "routing" vs "buffer" documentation Signed-off-by: Clifford Wolf --- docs/logic_tile.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/logic_tile.html b/docs/logic_tile.html index ab9adc7..94df5a9 100644 --- a/docs/logic_tile.html +++ b/docs/logic_tile.html @@ -29,15 +29,9 @@ The span-4 and span-12 wires are the main interconnect resource in

-The bits marked routing in the bitstream enable switches (transfer gates) that can -be used to connect wire segments bidirectionally to each other in order to create larger -segments. The bits marked buffer in the bitstream enable tristate buffers that drive -the signal in one direction from one wire to another. Both types of bits exist for routing between -span-wires. See the auto generated documentation for the LOGIC Tile configuration bits for details. -

- -

-Only directional tristate buffers are used to route signals between the span-wires and the logic cells. +All routing resources in iCE40 are directional tristate buffers. The bits marked routing +use the all-zeros config pattern for tristate, while the bits marked buffer have +a dedicated buffer-enable bit, which is 1 in all non-tristate configurations.

Span-4 Horizontal

-- cgit v1.2.3