Cyclic Redundancy Check
- gCRC24(D) = D24 +D23+D6+D5+D+1
- gCRC16(D) = D16 + D12 +D5 + 1
- gCRC12(D) = D12 + D11 +D3 + D2 + D +1
- gCRC8(D) = D8 + D7 + D4 + D3 + D + 1
Use Altera¡¯s CRC Megafunction:
Fully parameterized, including:
- Any length generator polynomial
- Input data width, from 1 bit to the width of the polynomial
- Any initial value