
There are two 256-bit inputs that are pipelined through the 8-bit inputs using the enable signal
The testbench lockpick_game.sv is included to test the design.
We will use the conventional 8-bit LED on the tiny tapeout, as well as the output_valid signal to verify that the output is correct.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | ui[0] | uo[0] | uio_in[0] |
| 1 | ui[1] | uo[1] | uio_in[1] |
| 2 | ui[2] | uo[2] | uio_out[2] |
| 3 | ui[3] | uo[3] | uio_out[3] |
| 4 | ui[4] | uo[4] | uio_out[4] |
| 5 | ui[5] | uo[5] | uio_out[5] |
| 6 | ui[6] | uo[6] | |
| 7 | ui[7] | uo[7] |