OR
Returns the bitwise logical disjunction of all inputs. The number of inputs is extensible.
Input
Name | Type | Description |
|---|---|---|
IN1 | ANY_BIT | Input |
IN2 | ANY_BIT | Input |
INn | ANY_BIT | Input |
Output
Name | Type | Description |
|---|---|---|
OUT | ANY_BIT | Logical disjunction: IN1 OR IN2 OR … OR INn |