
7 consecutive xnor gates linking with the previous one + number input
read above and figure it out
| previous gate xnor current number | output xnor |
|---|---|
| 0 0 | 1 |
| 1 0 | 0 |
| 0 1 | 0 |
| 1 1 | 1 |
multiple outputs will produced varying displays
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | in 1 | out 1 | |
| 1 | in 2 | out 2 | |
| 2 | in 3 | out 2 | |
| 3 | in 4 | out 3 | |
| 4 | in 5 | out 4 | |
| 5 | in 6 | out 5 | |
| 6 | in 7 | out 6 | |
| 7 | in 8 | out 7 |