Inputs and current state are shifted into a SPI flash to look up the next state and outputs
Connect a SPI flash device loaded with state machine values
SPI Flash with 0x03 read command and 24bit address

| # | Input | Output |
|---|---|---|
| 0 | clock | cs |
| 1 | reset | dout |
| 2 | din | out0 |
| 3 | in0 | out1 |
| 4 | in1 | out2 |
| 5 | in2 | out3 |
| 6 | in3 | out4 |
| 7 | in4 | out5 |