Skip to content

Commit 73a0d9f

Browse files
committedFeb 22, 2024
Updated README to reference the ZipCPU blog article about the switch
1 parent 62aac60 commit 73a0d9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ The main goal of this project is to demonstrate a 10Gb Ethernet switch.
44
Packets will arrive in one of four SFP+ interfaces, and from there be routed
55
as appropriately.
66

7+
For a full discussion of the design, please check out [this ZipCPU blog
8+
article: An Overview of a 10Gb Ethernet Switch](http://zipcpu.com/blog/2023/11/25/eth10g.html).
9+
710
## Routing algorithm
811

912
The [current (draft) routing algorithm](rtl/net/routecore.v) is as follows:

0 commit comments

Comments
 (0)
Please sign in to comment.