Forum Discussion
Altera_Forum
Honored Contributor
15 years agoPossibly the simplest way do get a significant tcp checksum speedup is to use a custom instruction to add the high and low 16bis of one register onto a second. This will save all the faffing about that will currently happen trying to generate 'add with carry'. Also ensure that the checksum code loop has no data stalls.