metadata
license: mit
tags:
- pytorch
- safetensors
- threshold-logic
- neuromorphic
- error-detection
- crc
threshold-crc8
CRC-8 step function. Polynomial: x^8 + x^2 + x + 1 (0x07).
Operation
Processes one bit at a time. Feed data bits sequentially to compute CRC.
Parameters
| Polynomial | 0x07 |
| Inputs | 9 (8 CRC + 1 data) |
| Outputs | 8 |
| Parameters | 100 |
License
MIT