Assignment - Fall 2023 - CS302P - 2
Assignment - Fall 2023 - CS302P - 2
Design a combinational circuit using two 8-1 MUX to implement a 4-input boolean function
having the below given function table.
Inputs Output
ID
D C B A F
0 0 0 0 0 0
1 0 0 0 1 1
2 0 0 1 0 0
3 0 0 1 1 1
4 0 1 0 0 0
5 0 1 0 1 0
6 0 1 1 0 1
7 0 1 1 1 1
8 1 0 0 0 1
9 1 0 0 1 0
10 1 0 1 0 1
11 1 0 1 1 0
12 1 1 0 0 1
13 1 1 0 1 0
14 1 1 1 0 0
15 1 1 1 1 1
You have to submit a clear screenshot of your circuit diagram with your VU Student ID
mentioned or labeled with the output node of the circuit diagram. You must only use 8-1 MUX
otherwise you will get 0 marks.
Solution: