This project implements a mixed precision leaky integarte and fire (LIF) neuron. It either computes one neuron at a time with 24bit membrane value and 8 bit weights or two neurons with 12bit membrane values and 4 bit weights.
Apply the weight at the input and observe spikes. <- Will be updated later
none
# | Input | Output | Bidirectional |
---|---|---|---|
0 | w0 | spk_upper | ready |
1 | w1 | spk_lower | |
2 | w2 | ||
3 | w3 | ||
4 | |||
5 | |||
6 | |||
7 |