Forum Discussion
Altera_Forum
Honored Contributor
17 years agoIs your question specifically how to implement the polynomial? This is typically done using shift registers (which you can fake in C). The exponents in the polynomial indicate which bits get XOR'd with the input bit.
Jake