1
2
i) Using 4x1 MUX, design the combinational circuit defined by the following three Boolean functions.
ii) Implement the same functions using 8x1 MUX.
iii) Implement the same functions using 2x1 MUX.
A B C F1
0 0 0 0
0 0 1 1 F1=C
0 1 0 0 F1=0
0 1 1 0
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1
C
0
1
2 4x1
3
50
A B
0 0
0 1
1 0
1 1
F1
F1 = ?(1,5,6,7)
F2 = ?(2,1,3)