Forum Discussion
CJere3
New Contributor
7 years agohow to use TSE for 1000M model
I generated the example test project but most Verilog files are encrypted.I just want to send and receive data through 1000M Ethernet mode,I don't want to control TSE ip by nios or hps. does intel ...
SengKok_L_Intel
Regular Contributor
7 years agoHi Chen,
You can also refer to the AN647:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an647.pdf
The example design is just to validate the TSE IP functionality (MAC and PHY layer) . The UDP/TCP IP is at transport layer of the OSI model. Therefore, TSE IP is not implement anything out of MAC and PHY layer.
Regards -SK
CJere3
New Contributor
7 years agohello,
I read the example design for a few days.i can't understand the crcgen_dat32 in eth_gen.does the TSE generate the CRC automaticly?so why still use crcgen_dat32 function?