When you turn on the switches, if you activate an even number, LED 0 will light up, but if it is an odd number, it will go out.
turn on switch 1, the LED will turn off since only it is on, but if you turn on switch 2 it will stay off, then the left one will turn on
Basically, I used what's in the model, except for what's between the inputs and outputs. In this part, I used six XORs.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | B0 | Parity | |
1 | B1 | ||
2 | B2 | ||
3 | B3 | ||
4 | B4 | ||
5 | B5 | ||
6 | B6 | ||
7 | B7 |