Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWill answer my own question.
After doing some research, the answer is no. It's not possible to use regular additions and multiplications in Altera DSPs for CRC calculations. CRC calculation uses polynomial arithmetic over finite GF(2) fields, described here: http://en.wikipedia.org/wiki/finite_field_arithmetic As a matter of fact, Xilinx DSP48 blocks do support polynomial arithmetic to some extent (XOR and other operations). Thanks, Evgeni