Apply an input current to an RNN hidden state, where the hidden state will multiply with a 8x8 matrix.
After reset, the hidden state will be set to 0.
Then change the inputs to change the current. You can read the output current to know the result.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | current bit 11 | out bit a | unspecified |
1 | current bit 12 | out bit b | unspecified |
2 | current bit 13 | out bit c | unspecified |
3 | current bit 14 | out bit d | unspecified |
4 | current bit 15 | out bit e | unspecified |
5 | current bit 16 | out bit f | unspecified |
6 | current bit 17 | out bit g | unspecified |
7 | current bit 18 | out bit h | unspecified |