alexforencich / verilog-ethernet

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

I want to send custom data, how should I modify the program? #170

Open qwer872336019 opened 1 year ago

qwer872336019 commented 1 year ago

I have implemented data loopback using your program. Now I want to parse the data sent by the upper computer, encapsulate it as the data packet that needs to be sent, and then send it. So, how should I modify the example program you provided, or which file should I modify?