doc: Add ARP layer to README

This commit is contained in:
Markus Koch 2022-10-30 17:38:29 +01:00
parent ccb7d6c0da
commit 1c08d48861
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Trashernet is a very trashy Ethernet stack for FPGAs written in VHDL aiming to cover all OSI layers:
* Layer 1, Physical: `trashernet_phy`
* Layer 2, Data link: `trashernet_mac`, `trashernet_eth`
* Layer 2, Data link: `trashernet_mac`, `trashernet_eth`, `trashernet_arp`
When writing it, the following were the main design philosophies: