Appearance
OR
Logical OR gate. Output is 1 when either integer input is non-zero, else 0.
Category: Digital Logic / Gates
Keywords: |, ∨, boolean, logic, gate, binary
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 SimCompCtlOr (components/control/CSim_comp_ctl_or/sim_comp_ctl_or.h).