Appearance
XNOR
Logical XNOR gate (equality). Output is 1 when both integer inputs match, else 0. Inverted XOR.
Category: Digital Logic / Gates
Keywords: boolean, logic, gate, binary, equality, inverted XOR
Ports
| Name | Direction | Value type | Notes |
|---|---|---|---|
in_a | input | int | |
in_b | input | int | |
out | output | int |
Parameters
This component has no user-editable parameters.
Implemented in C++ class SimCompCtlXnor (components/control/CSim_comp_ctl_xnor/sim_comp_ctl_xnor.h).