diff options
-rw-r--r-- | docs/format.html | 2 | ||||
-rw-r--r-- | docs/logic_tile.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/format.html b/docs/format.html index 698a321..8d36151 100644 --- a/docs/format.html +++ b/docs/format.html @@ -96,7 +96,7 @@ in the FPGA. The following sequence is used to program an SRAM cell: <p> The bank width and height parameters reflect the width and height of the SRAM bank. A large SRAM can -be written in smaller junks. In this case height parameter may be smaller and the offset parameter +be written in smaller chunks. In this case height parameter may be smaller and the offset parameter reflects the vertical start position. </p> diff --git a/docs/logic_tile.html b/docs/logic_tile.html index 982b25d..ab9adc7 100644 --- a/docs/logic_tile.html +++ b/docs/logic_tile.html @@ -29,7 +29,7 @@ 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 do enable switches (transfer gates) that can +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 @@ -56,7 +56,7 @@ for this wire names.) The wires connecting the left and right horizontal span-4 </p> <p> -The wires <span style="font-family:monospace">sp4_h_l_36</span> to <span style="font-family:monospace">sp4_h_l_47</span> terminate in the cell, so do the wires <span style="font-family:monospace">sp4_h_r_0</span> to <span style="font-family:monospace">sp4_h_r_11</span>. +The wires <span style="font-family:monospace">sp4_h_l_36</span> to <span style="font-family:monospace">sp4_h_l_47</span> terminate in the cell as do the wires <span style="font-family:monospace">sp4_h_r_0</span> to <span style="font-family:monospace">sp4_h_r_11</span>. </p> <p> @@ -150,7 +150,7 @@ Each logic tile has 32 local tracks. They are organized in 4 groups of 8 wires e <p> The span wires, global signals, and neighbour outputs can be routed to the local tracks. But not -every of those signals can be routed to every of the local tracks. Instead there is a different +all of those signals can be routed to all of the local tracks. Instead there is a different mix of 16 signals for each local track. </p> |