LAB Questions
LAB Questions
TECHNOLOGIES
RGUKT- SRIKAKULAM
DEPARTMENT OF ECE
Engg. (AY:2019-20) Semester-1 _LAB Internal Questions
Lab name: VLSI lab
2. Design a 20-LED display system using two decoders (each 10 leds) and generate two
numbers to two decoders (one number is up count and another is down count.)
Design it in Multisim also.
4. Design the following registers using Verilog HDL (Clock time period :175 ns)
5. Design a Digital Clock using three always blocks (Seconds , Minutes, Hours) in Verilog HDL
and design digital clock using one always block after result compare the both programs RTLs.
6. Design three items vending machine based on following prices using Verilog HDL
Item Cost
Candy 5
Cake 10
Cold drink 15
10. Design 4KB memory using Verilog HDL and retrieve memory when read enable signal equal
to high and write memory when write enable signal equal to high.
Store 8-bits of data into given locations
Address Data
1240 45
4950 554
3450 280
190 249
The States represent what a unit might encounter during a fictional battle.
13. There are 4 push buttons available that allow you to operate the
machine: turnOn, turnOff, work, and stop. An espresso machine that has 3 states:
It can be turned off (OFF), it can be enabled and ready for operation (STANDBY)
and it can be actively pumping water to make an espresso (WORKING) .
20. Design following SOP and POS functions using NAND gate using Verilog HDL
a). F2(A,B,C,D) = ∑m (1,2,5,7,10,13,15)
b). F4(A,B,C,D) = πM(0,3,6,9,12,,13,14)
26. a). Design a common circuit for 3-bit Full ADDER - Full SUBTRACTOR using Verilog
HDL.
b). Design the following circuit using Verilog HDL
31. Design Asynchronous 4-bit up/down counter with JK Flip-Flops using Verilog HDL.
32. Design a circuit that which count the number of 1’s in the given 10-bit shift register. If the
any bit value in the 10-bit register is equal to logic-1 then count should increase,
otherwise count should remain same. Count initial value is equal to zero.
33. Design the following Modulo counters at a clock frequency of 2GHz using Verilog HDL
34. Design GCD machine using Datapath and Controlpath using Verilog HDL.
36. Design a following system based on given state diagram using Verilog HDL
a). If Stata is forever given a sequence of ones (i.e. 11111…), where will it eventually end up?
b) If Stata is forever given a sequence of 01s (i.e. 010101…), which location will it never visit?