Visible to Intel only — GUID: cru1439932876998
Ixiasoft
Visible to Intel only — GUID: cru1439932876998
Ixiasoft
4. Design Example: Cyclic Redundancy Check
The CRC algorithm detects the corruption of data during transmission. It detects a higher percentage of errors than a simple checksum. The CRC calculation consists of an iterative algorithm involving XOR and shift operations. These operations are carried out concurrently in hardware and iteratively in software. Because the operations are carried out concurrently, the execution is much faster in hardware.
The CRC design files demonstrate the steps to implement an extended multicycle Nios II custom instruction.