Skip to content
New issue

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

CRC #46

Open
mkorbel1 opened this issue Sep 26, 2023 · 0 comments
Open

CRC #46

mkorbel1 opened this issue Sep 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mkorbel1
Copy link
Contributor

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

@mkorbel1 mkorbel1 added the enhancement New feature or request label Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant