CRC/Checksum Support
Open
enhancement
language feature
- Dominant language
- Python
- Stars
- 92
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
CRCs and checksums are common enough that there should be built-in support for verifying and setting CRCs/checksums to the correct value. One possible implementation would be `$crc(range : UInt:8[])` and `$checksum(range : UInt:8[])` functions which can be used in `[requires]`.
Contributor guide
Assessment
This issue has not been assessed yet.