We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a flexible, configurable CRC generator component
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:
It should be able to both generate and check CRC.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
It should be able to both generate and check CRC.
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: