Forum Discussion
AShiv
New Contributor
8 years agoTSE on the DE0-Nano-SoC
I have a question how to implement the TSE core on my board. What I am trying to do is transfer UDP packets over the TSE of which the data is stored on the HPS's DDR3 RAM. What I would like to have h...
Daixiwen
Occasional Contributor
8 years agoThe TSE will only accept full Ethernet packets. If you want to do this yourself (i.e. without using a software TCP/IP stack) then you need to build the complete packet, starting with the Ethernet header, the IP header, then the UDP header and your packet contents. You can look up the contents of all those headers online (for example Wikipedia has good descriptions).