← ProblemsCircuits / Combinational Logic / Karnaugh Map to Circuit

K-map: checkerboard

15%kmapboolean-algebra

Implement the circuit described by the Karnaugh map below.

a'b'a'babab'
c'd'0101
c'd1010
cd0101
cd'1010

This map is a perfect checkerboard: no two 1s are ever adjacent, so no group larger than a single cell exists and a plain sum-of-products needs eight 4-literal minterms. Maps like this are a strong hint that the function has a much simpler non-SOP form — notice that out is 1 exactly when an odd number of the inputs are 1.