
Input random values and check for the output matches the operation.
LEDs or a Logic analyzer to visualize the outputs.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | A[0] | Result[0] | B[0] |
| 1 | A[1] | Result[1] | B[1] |
| 2 | A[2] | Result[2] | B[2] |
| 3 | A[3] | Result[3] | B[3] |
| 4 | A[4] | Result[4] | B[4] |
| 5 | A[5] | Result[5] | B[5] |
| 6 | Cin | Result[6] | Opcode[1] |
| 7 | Opcode[0] | Result[7] | Opcode[2] |