Forum Discussion
Altera_Forum
Honored Contributor
15 years agoData send thru ethernet
Hello, I am trying to do a simple task: I will form an UDP packet in hardware, then I want to move it to Nios, add IP header and send to ethernet. I will split my problem into two parts: ...
Altera_Forum
Honored Contributor
15 years agoI will probably form all required headers in hardware, since the required payload is constant size - always 188 bytes.
Edit, probably the idea is not quite OK. Two reasons why: 1) IP header use 16bit identification field which varies every packet, so I will have to recalculate the checksum anyway. 2) I am not sure, but if the implementation is fully hardware, what about ARP, ICMP and other common things? Will TSE do that?