Appearance
NOR
Logical NOR gate. Output is 1 only when both integer inputs are zero, else 0. Inverted OR.
Category: Digital Logic / Gates
Keywords: boolean, logic, gate, binary, inverted OR
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 SimCompCtlNor (components/control/CSim_comp_ctl_nor/sim_comp_ctl_nor.h).