intel / rohd-hcl

A hardware component library developed with ROHD.
https://pub.dev/packages/rohd_hcl
BSD 3-Clause "New" or "Revised" License
81 stars 23 forks source link

CRC #46

Open mkorbel1 opened 1 year ago

mkorbel1 commented 1 year ago

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