Skip to content
Snippets Groups Projects
Commit 9e22314a authored by Erik Strand's avatar Erik Strand
Browse files

Clean up HTML and link it in

parent d15349cc
No related branches found
No related tags found
No related merge requests found
Pipeline #14697 passed
...@@ -36,8 +36,8 @@ Install instructions for all of the above tools can be found on the ...@@ -36,8 +36,8 @@ Install instructions for all of the above tools can be found on the
</center> </center>
<p> <p>
The default `make` target synthesizes the design and runs a timing analysis. The target `prog` The default make target synthesizes the design and runs a timing analysis. The target prog programs
programs an available iCEBreaker via USB. an available iCEBreaker via USB.
</p> </p>
...@@ -59,17 +59,17 @@ reports times 256.) ...@@ -59,17 +59,17 @@ reports times 256.)
</center> </center>
<p> <p>
The fastest I can clock the FPGA while passing `icetime`'s analysis is 39.75MHz. This lets us use a The fastest I can clock the FPGA while passing icetime's analysis is 39.75MHz. This lets us use a
baud rate of nearly 5Mbit (we want to use 8x oversampling when receiving data since the two FPGAs baud rate of nearly 5Mbit (we want to use 8x oversampling when receiving data since the two FPGAs
clocks aren't synchronized). At this speed, we see groups of 256 round trips happening at a rate of clocks aren't synchronized). At this speed, we see groups of 256 round trips happening at a rate of
978Hz. So overall this means the individual round trip frequency is 250kHz. 978Hz. So overall this means the individual round trip frequency is 250kHz.
</p> </p>
<img src="./img/comm_ring_40mhz.png" alt="oscilloscope measurements"> <img src="/img/comm_ring_40mhz.png" alt="oscilloscope measurements">
<p> <p>
Out of curiosity, I tried running at 48MHz as well and it seemed to work. At 60MHz however it Out of curiosity, I tried running at 48MHz as well and it seemed to work. At 60MHz however it
quickly drops a byte. So here it seems prudent to stay within `icetime`'s limits. quickly drops a byte. So here it seems prudent to stay within icetime's limits.
</p> </p>
</div> </div>
......
...@@ -205,7 +205,7 @@ The communication test measures how quickly two nodes can exchange messages; thi ...@@ -205,7 +205,7 @@ The communication test measures how quickly two nodes can exchange messages; thi
<tr> <tr>
<td>0.250</td> <td>0.250</td>
<td><a href=comm/iCE40/ring.v>iCE40, Verilog</a> (<a href=comm/iCE40/README.md>notes</a>)</td> <td><a href=comm/iCE40/ring.v>iCE40, Verilog</a> (<a href=comm/iCE40/notes.html>notes</a>)</td>
<td>tx/rx jumpers (3.3V)</td> <td>tx/rx jumpers (3.3V)</td>
<td><a href=comm/iCE40/ring.v>iCE40, Verilog</a></td> <td><a href=comm/iCE40/ring.v>iCE40, Verilog</a></td>
<td>September 2021</td> <td>September 2021</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment