Exclusive OR

This function block creates a logic XOR operation. The Output will be active when the connected Inputs have unequal values.
Note that multiple signal connected to same input will also be OR-linked.

I1I2
00
01
10
11
Q
0
1
1
0

Table of Contents


Inputs

Abbreviation Summary Value Range
I1 Input 1 0/1
I2 Input 2 0/1




Outputs

Abbreviation Summary Value Range
O Output 0/1




Timing Diagram

Logical XOR operation based on a truth table.