Fix "routing" vs "buffer" documentation

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-06-10 17:14:04 +02:00
parent 7bb3a5c565
commit ca6b2d9ebd
1 changed files with 3 additions and 9 deletions

View File

@ -29,15 +29,9 @@ The <i>span-4</i> and <i>span-12</i> wires are the main interconnect resource in
</p>
<p>
The bits marked <span style="font-family:monospace">routing</span> 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 <span style="font-family:monospace">buffer</span> 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.
</p>
<p>
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 <span style="font-family:monospace">routing</span>
use the all-zeros config pattern for tristate, while the bits marked <span style="font-family:monospace">buffer</span> have
a dedicated buffer-enable bit, which is 1 in all non-tristate configurations.
</p>
<h3 style="clear:both">Span-4 Horizontal</h3>