https://github.com/nullobject/crc-chisel
Hardware CRC implementation in Chisel
https://github.com/nullobject/crc-chisel
Last synced: 10 months ago
JSON representation
Hardware CRC implementation in Chisel
- Host: GitHub
- URL: https://github.com/nullobject/crc-chisel
- Owner: nullobject
- License: mit
- Created: 2021-10-05T08:07:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T10:08:31.000Z (12 months ago)
- Last Synced: 2025-04-12T08:13:25.341Z (10 months ago)
- Language: Scala
- Size: 20.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRC Chisel
A CRC encoder/decoder implemented in [Chisel](https://www.chisel-lang.org/).
## License
This project is licensed under the MIT licence. See the LICENSE file for more details.