
1 layer consists of 2 neurons loops to construct 8 layers spiking neural network. Each weights are loaded from memory.
Input 32 weights in 4 bits and dedicate address with 3 bits layer address and 1 bit node address. Then, input 2 values to execute.
no extra hardware is needed.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | input1-0 | output1-0 | input3-0 |
| 1 | input1-1 | output1-1 | input3-1 |
| 2 | input1-2 | output1-2 | input3-2 |
| 3 | input1-3 | output1-3 | input3-3 |
| 4 | input2-0 | output1-4 | input4-0 |
| 5 | input2-1 | output1-5 | input4-1 |
| 6 | input2-2 | output1-6 | input4-2 |
| 7 | input2-3 | output1-7 | input4-3 |