Forum Discussion
Hi,
I apologize that there is no much info regarding to the driver of the simple socket server example design, this design example is provided as is or as it, therefore, the support to modify the driver or change the design function for difference purpose will be very minimum.
There is another MAX 10 triple speed ethernet example design that not using the simple socket server driver, you may have a look to determine if this is useful for your use case where you can process the data by using your own logic (or RTL) and then transmit out.
Regards -SK
Thank You SK!
I have FPGA beginners in the team.
We are confused between the Ethernet Generator mentioned in the code and Ethernal Ethernet Packet Generator mentioned in the datasheet of the example. Request you to help us out.
Thanks in advance.
- SengKok_L_Intel5 years ago
Regular Contributor
Hi Nayana,
You can refer to the Basic Frame format at the TSE IP user guide Figure 82.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_ethernet.pdf
What the packet generator in the example design will send is the Destination Address, Source Address, Length/Type, and Payload data.
Regards -SK