CRC
- Dominant language
- Dart
- Stars
- 115
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 1
Description
### Motivation
Implement a flexible, configurable CRC generator component
### Desired solution
See https://en.wikipedia.org/wiki/Cyclic_redundancy_check
The CRC generator should be extremely configurable to generate practically any CRC that may be needed. Some configurability that would be nice:
- Different ways to construct it (e.g. normal, reversed, reciprocal, reversed reciprocal, list of polynomials, etc.)
- Pre-configured flavors available for popular CRC polynomials
- Configurable pipelining (e.g. all in one cycle or pipelined across a configurable number of cycles)
It should be able to both generate and check CRC.
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.