ADDC LAB Question Bank
ADDC LAB Question Bank
4 a Design and write VERILOG code for Universal shift register for the
following operations and perform functional simulation.
S(S1S0) Operation Description
00 Q=Q Hold
01 Q=Q[2:0],SDL Shift left
10 Q=SDR,Q[3:1] Shift right
11 Q=D Parallel Load
b Design a full adder using IC-74139 on IC -trainer kit.
11 a Design and write VERILOG code for 4 - bit BCD counter with
Asynchronous Reset.
b Realize the given Boolean expressions using IC-74153 and perform
functional simulation.
F1=∑m( 1,2,4,7) and F2=∑m( 0,4,5,6)
12 a Design and write VERILOG code for 4 - bit Synchronous binary
counter.
b Realize the given Boolean expressions using IC-74139 and perform
functional simulation.
F1=∑m( 1,2,4,7) and F2=∑m( 0,4,5,6)
13 a Design and write VERILOG code for Universal shift register for the
following operations and perform functional simulation.