28
Logic Function Blocks Section 3-3
3-3-6 Exclusive OR (EXOR)
Basic Function An exclusive OR of the input signals will be output.
Diagram
General Description An exclusive OR of the input signals will be output.
Truth Table
Truth Table for Exclusive
OR Evaluation
0: OFF, 1: ON
3-3-7 Exclusive NOR (EXNOR)
Basic Function An exclusive NOR of the input signals will be output.
Diagram
General Description An exclusive NOR of the input signals will be output.
Truth Table
Truth Table for Exclusive
NOR Evaluation
0: OFF, 1: ON
Input 1 Input 2 Output 1
00 0
01 1
10 1
11 0
Input 1 Input 2 Output 1
00 1
01 0
10
0
11 1