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
7 functional blocks were used.
Alternative solution
Used 2 functional blocks.