alexforencich / verilog-ethernet

Verilog Ethernet components for FPGA implementation
MIT License
2.32k stars 707 forks source link

Can this IP support 100G Ethernet? #184

Open ChomperT opened 11 months ago

alexforencich commented 11 months ago

Unfortunately, the UDP stack itself only supports 8 bit and 64 bit datapaths, and 100G requires 512 bits. A few modules have been parametrized to support any width, but the whole stack has not yet been updated.