XOR |
(XOR) |
Logical XOR link (Exclusive OR).
I1–I16 | Logic input |
O | Logic output |
The output is 1 if there is an odd number inputs with a value of 1.
The output sends whenever a value is received.
I1 | I2 | I3 | O1 | |
---|---|---|---|---|
0 | 0 | 0 | 0 | |
0 | 0 | 1 | 1 | |
0 | 1 | 0 | 1 | |
0 | 1 | 1 | 0 | |
1 | 0 | 0 | 1 | |
1 | 0 | 1 | 0 | |
1 | 1 | 0 | 0 | |
1 | 1 | 1 | 1 |