CRC generation in HDL

2 ビュー (過去 30 日間)
swarna a
swarna a 2019 年 11 月 15 日
回答済み: Bharath Venkataraman 2019 年 11 月 26 日
I need to calculate CRC for a particular data, I tried using CRC HDL code optimized block which is of 32 bit data and crc-16 polynomial but I need to access that block for 28-bit data including error bit and warning bit with CRC- 6 polynomial , how can i use that CRC HDL code optimized block for my specification.

回答 (1 件)

Bharath Venkataraman
Bharath Venkataraman 2019 年 11 月 26 日
You can set the CRC polynomial on the block and send in the bits either serially or multiple bits at a time based on your polynomial.
See this example for further information.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by