alexforencich / verilog-ethernet

Verilog Ethernet components for FPGA implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

qwer872336019 opened this issue · comments

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?