XOR
Returns the bitwise exclusive disjunction of all inputs. The number of inputs is extensible.
Input
Name | Type | Description |
|---|---|---|
IN1 | ANY_BIT | Input |
IN2 | ANY_BIT | Input |
INn | ANY_BIT | Input |
Output
Name | Type | Description |
|---|---|---|
OUT | ANY_BIT | Exclusive disjunction: IN1 XOR IN2 XOR … XOR INn |