Forum Discussion
Altera_Forum
Honored Contributor
21 years agomaximum ethernet speed
Hello! simple question: what are your experiences about the network speed with nios2 and lwip stack? my scenario: nios2 @ 75MHz lwip stack udp packages 1500 bytes (loop sending alway...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by revolt@Oct 16 2005, 11:34 AM <div class='quotetop'>quote
--- quote end ---
--- quote start ---
by the way, revolt, you said you did the checksum in hw, i asume this is a function normally done by the lwip? like crc? --- Quote End --- The checksum calculation for the UDP packets is done by HW. Normally it is calculated by the lwip stack. <div align='right'><{post_snapback}> (index.php?act=findpost&pid=10396)</div> [/b] --- Quote End --- i see, i asume you do this with a custom instruction in the nios?, or did you put a discrete block of vhdl between the nios and mac/phy? and do you know if this can also be done with TCP packets? i asume so..