phanerozoic's picture
Upload folder using huggingface_hub
1c1c3df verified
---
license: mit
tags:
- pytorch
- safetensors
- threshold-logic
- neuromorphic
- sequential
- counter
---
# threshold-down-counter
4-bit down counter next-state logic. Computes N = (Q - 1) mod 16.
## Circuit
```
Q[3:0] ──► Next State Logic ──► N[3:0]
(decrementer)
```
## Sequence
15 β†’ 14 β†’ 13 β†’ ... β†’ 1 β†’ 0 β†’ 15 (wraps)
## Parameters
| | |
|---|---|
| Inputs | 4 |
| Outputs | 4 |
| Neurons | 6 |
| Parameters | 28 |
| Magnitude | 16 |
## License
MIT