aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJohn McMaster <johndmcmaster@gmail.com>2018-04-09 16:27:03 -0700
committerJohn McMaster <johndmcmaster@gmail.com>2018-04-09 16:27:03 -0700
commit1dc402804a7f1087ae5b7ca01364b1427d6a2a0d (patch)
tree9e525586c37f4edbe7e176a5351fccaddfaff108 /docs
parent495f5714113497108cf304a83ed2c32d2f1daf7a (diff)
downloadicestorm-1dc402804a7f1087ae5b7ca01364b1427d6a2a0d.tar.gz
icestorm-1dc402804a7f1087ae5b7ca01364b1427d6a2a0d.tar.bz2
icestorm-1dc402804a7f1087ae5b7ca01364b1427d6a2a0d.zip
docs: spelling/grammer
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/format.html2
-rw-r--r--docs/logic_tile.html6
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>