XOR Gate


Operator Menu Location: Logic Functions

Operator Bitmap:
 

Functional Description:
The output of the XOR Gate operator is the exclusive logical OR of its inputs,

where y is the output, and and are the inputs. In other words, the output state is LOW if the input states are equal, and the output is HIGH, if the input states differ. Below is the truth table for the XOR-gate:

y

LOW

LOW

LOW

LOW

HIGH

HIGH

HIGH

LOW

HIGH

HIGH

HIGH

LOW


Design Pad will issue an error on processing if an input pin is not connected.

User-Defined Properties:
Object Name. A string label that identifies the operator

Comments: None.

See Also:
XNOR Gate, OR Gate, NOR Gate, NOT Gate, AND Gate, NAND Gate