OpenCores
Issue List
CRC bit order appears to be incorrect #5
Open dallasc opened this issue almost 5 years ago
dallasc commented almost 5 years ago

The bit order for the CRC appears to be reversed. The first CRC bit should be the first bit transmitted, which is the lsb of each byte. The CRC package being used (PCK_CRC16_D8.vhd) treats the msb as the first serial bit, but the data is not bit-reversed prior to calling this CRC function.

khatib was assigned almost 5 years ago
giri.placid commented 2 months ago

Could you share a fixed version.


Assignee
khatib
Labels
Bug