T-n-T: Logical OR with multiple operands

Implement “Logical OR” operation with eight operands.

The problem

It is required to check the fulfillment of at least one of 8 conditions.

Obvious solution

Obvious solution (diagram).

7 functional blocks were used.

Alternative solution

Alternative solution (diagram).

Used 2 functional blocks.

SEE ALSO