Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
ring
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
ring
Commits
9e22314a
Commit
9e22314a
authored
3 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
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
3 years ago
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
comm/iCE40/img/comm_ring_40mhz.png
+0
-0
0 additions, 0 deletions
comm/iCE40/img/comm_ring_40mhz.png
comm/iCE40/notes.html
+5
-5
5 additions, 5 deletions
comm/iCE40/notes.html
index.html
+1
-1
1 addition, 1 deletion
index.html
with
6 additions
and
6 deletions
comm/iCE40/img/comm_ring_40mhz.
PNG
→
comm/iCE40/img/comm_ring_40mhz.
png
+
0
−
0
View file @
9e22314a
File moved
This diff is collapsed.
Click to expand it.
comm/iCE40/notes.html
+
5
−
5
View file @
9e22314a
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
index.html
+
1
−
1
View file @
9e22314a
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment