XNOR Gate
Operator Menu Location: Logic Functions
Operator Bitmap:
Â
Functional Description:
The output of the XNOR Gate operator is the negated exclusive logical OR of its inputs,
where y is the output, and and are the inputs. In other words, the output state is HIGH if the input states are equal, and the output is LOW, if the input states differ. Below is the truth table for the XOR-gate:
|
|
y |
LOW |
LOW |
HIGH |
LOW |
HIGH |
LOW |
HIGH |
LOW |
LOW |
HIGH |
HIGH |
HIGH |
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:
XOR Gate, OR Gate, NOR Gate, NOT Gate, AND Gate, NAND Gate