You are on page 1of 1

DIGITAL DESIGN

Experiment 5

Task : A single output Variable F is to be true when value of input exceeds 4. Input is 4-bit (A
B C D). The input is a weighted code with the following weights. Implement the circuit using only
a 4x1 mux and NAND gates


Truth Table
A B C D F MEV
0 0 0 0 0 0
0 0 0 1 0
0 0 1 0 0
0 0 1 1 0
0 1 0 0 0 CD
0 1 0 1 0
0 1 1 0 1
0 1 1 1 0
1 0 0 0 0 CD
1 0 0 1 0
1 0 1 0 1
1 0 1 1 0
1 1 0 0 1 1
1 1 0 1 1
1 1 1 0 1
1 1 1 1 1

Logic Diagram:






Bit Weight
A 3
B 3
C 2
D -1

You might also like