XOR

(XOR)

Logical XOR link (Exclusive OR).

Inputs

I1–I16 Logic input

Outputs

O Logic output

Functionality

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