| license: mit | |
| tags: | |
| - pytorch | |
| - safetensors | |
| - threshold-logic | |
| - neuromorphic | |
| - sequential | |
| - shift-register | |
| # threshold-piso | |
| 4-bit Parallel-In Serial-Out shift register. Parallel to serial converter. | |
| ## Circuit | |
| ``` | |
| P3 P2 P1 P0 | |
| │ │ │ │ | |
| â–¼ â–¼ â–¼ â–¼ | |
| [Q3]─[Q2]─[Q1]─[Q0] ──► SO | |
| LOAD=1: Q = P | |
| LOAD=0: Shift right | |
| ``` | |
| ## Parameters | |
| | | | | |
| |---|---| | |
| | Inputs | 9 | | |
| | Outputs | 5 | | |
| | Neurons | 9 | | |
| | Parameters | 80 | | |
| | Magnitude | 24 | | |
| ## License | |
| MIT | |