Skip to content

NAND

Logical NAND gate. Output is 0 only when both integer inputs are non-zero, else 1. Inverted AND.

Category: Digital Logic / Gates

Keywords: boolean, logic, gate, binary, inverted AND

Ports

NameDirectionValue typeNotes
in_ainputint
in_binputint
outoutputint

Parameters

This component has no user-editable parameters.


Implemented in C++ class SimCompCtlNand (components/control/CSim_comp_ctl_nand/sim_comp_ctl_nand.h).

Released under the MIT License.