Skip to content

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

NameDirectionValue typeNotes
in_ainputint
in_binputint
outoutputint

Parameters

This component has no user-editable parameters.


Implemented in C++ class SimCompCtlXnor (components/control/CSim_comp_ctl_xnor/sim_comp_ctl_xnor.h).

Released under the MIT License.