Or

Computes the logical or of two boolean signals. The resulting signal o is 1 if any of i0 or i1 is 1, 0 otherwise.

Blocks tree path

Primitive\Logic\Or

Inputs

Name Type Description
i0 bool Operand.
i1 bool Operand.

Outputs

Name Type Description
o bool Logical or of i0 and i1.