T-n-T: Logical AND with multiple operands
Implement “Logical AND” operation with eight operands.
The problem
It is required to check the simultaneous fulfillment of 8 conditions.
Obvious solution
7 functional blocks were used.
Alternative solution
The number of function blocks is reduced to 2.