This project implements eight leaky integrate-and-fire (LIF) neurons that are connected in a ring topology. Each neuron:
The system supports multiple firing patterns:
The system can be tested through several inputs:
To observe behavior:
Test sequence:
N/A.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | Pattern select bit 0 (LSB) | Spike output from neuron 0 | Coupling strength bit 0 (LSB) |
1 | Pattern select bit 1 | Spike output from neuron 1 | Coupling strength bit 1 |
2 | Pattern select bit 2 (MSB) | Spike output from neuron 2 | Coupling strength bit 2 |
3 | Base current scaling bit 0 (LSB) | Spike output from neuron 3 | Coupling strength bit 3 |
4 | Base current scaling bit 1 | Spike output from neuron 4 | Coupling strength bit 4 |
5 | Base current scaling bit 2 | Spike output from neuron 5 | Coupling strength bit 5 |
6 | Base current scaling bit 3 | Spike output from neuron 6 | Coupling strength bit 6 |
7 | Base current scaling bit 4 (MSB) | Spike output from neuron 7 | Coupling strength bit 7 (MSB) |