Trashernet is a very trashy Ethernet stack for FPGAs written in VHDL aiming to cover all OSI layers, including physical!
 
 
 
Go to file
Markus Koch 4bce111d69 doc: Add synthesized size for PHY-only design 2024-02-04 09:34:36 +01:00
.externalToolBuilders env: Add Sigasi project files 2022-04-18 10:17:42 +02:00
.settings env: Add Sigasi project files 2022-04-18 10:17:42 +02:00
bench bench: Add cocotb-based test bench for MAC test 2022-04-18 17:06:53 +02:00
cocotb bench: Test ARP requests in HWITL 2022-10-28 18:55:04 +02:00
demo/lattice_brevia2 demo: Add ICMP ping reply demo design 2022-11-01 17:39:39 +01:00
design demo: Add ICMP ping reply demo design 2022-11-01 17:39:39 +01:00
doc doc: Add KiCad schematic 2022-04-18 10:04:24 +02:00
trashernet ipv4: Change syntax to make Synplify happy 2022-11-01 17:10:33 +01:00
.gitignore bench: Move HWITL tests to own top level / test bench file 2022-04-30 12:53:35 +02:00
.gitmodules bench: Add cocotb-based test bench for MAC test 2022-04-18 17:06:53 +02:00
.library_mapping.xml env: Add Sigasi project files 2022-04-18 10:17:42 +02:00
.project env: Add Sigasi project files 2022-04-18 10:17:42 +02:00
README.MD doc: Add synthesized size for PHY-only design 2024-02-04 09:34:36 +01:00
run.py bench: Use VUnit 2022-01-16 17:46:01 +01:00

README.MD

Trashernet

Trashernet Logo

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, trashernet_arp
  • Layer 3, Network: trashernet_ipv4, trashernet_ipv4prot, trashernet_icmp

When writing it, the following were the main design philosophies:

  1. Standards are nice and all, but this, it just needs to work.
  2. Hardware is expensive, LOC are not. So let's do everything we can inside the FPGA.
  3. If there's a feature that feels optional even though it isn't, it is. See 1. if in doubt.

IMPORTANT: This code (and HW suggestions) violate the Ethernet standard in many ways. Do not use in proper (especially commercial) products.

Hardware

Circuit Diagram

  • RX: Use resistors behind Ethernet magnetics to reduce Ethernet RX voltage levels (0 +-2.5V) to LVPECL voltage levels (1.65V +-400mV). Or LVDS if your FPGA can't handle LVPECL. Also, pull up/down resistors help to avoid glitchy behavior with no cable connected or little data activity.
  • TX: Meh, a series current limiting resistor is good enough. Drive two outputs differentially to increase the voltage swing. (Technically not true antivalent signals as there's also the "off" state with both disabled.)

Notes:

  • The RX pull up/downs are probably not the best idea, and fixable in a better way. But for now, this shall work -- and suffice!
  • On the TX side, I'm grossly overloading the drivers. A line driver would probably be a good idea. Or you can just parallel multiple outputs ;D

Stats

Sythesized for a Lattice LFXP2-5E FPGA using LSE / Diamond v3.12:

Configuration Slices LUT4 Registers
trashernet_phy 115 188 91

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.

The Trashernet logo uses graphics from svgrepo.com, which are released under the Creative Commons CC0 license, granting the right to freely adapt and use them in any context. Thank you for making these available:

The font used in the logo, "White Rabbit" by Matthew Welch, is also released on a free-to-use basis. Thank you!