Forum Discussion
Altera_Forum
Honored Contributor
13 years agoA simple custom instruction (add the two 16bit halves of 'a' onto 'b') will significantly improve the checksum time (because the nios has no carry flag so can't do 32bit 'add with carry usually used for sw checksum).
You probably also want one for byteswap (16bit and 32bit).