DDV Tutorial Newformat
DDV Tutorial Newformat
10
How the basic circuit can be constructed and how the programming can
be done in verilog
2.
3.
Write a verilog program for full adder using two half adders in gate level
modeling
4.
Write a verilog program for master-slave j-k flipflop using gate level
modeling
5.
6.
Write a verilog program and testbench for full subtractor in gate level
modeling
7.
Write a verilog program and testbench for full subtractor using two half
subtractors in gate level modeling
8.
9.
Write a Verilog Program and testbench for AOI gate in Gate Level
Modelling
10.
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
Write a program for 4:1 mux using if-else-if construct using verilog and
also testbench
UNIT-IV
1.
2.
3.
Write a verilog program for full adder using two half adders in data flow
style of modeling
4.
Write a verilog program and also testbench for active low 2:4 decoder in
data flow modeling
5.
6.
Write a verilog program and testbench for j-k flipflop using dataflow
modeling
7.
Write a verilog program and testbench for 4-bit comparator usin dataflow
style of modeling
8.
9.
Explain the operation of CMOS inverter and write the program and
testbench for the same
10.
Write a verilog program and testbench for CMOS NAND gate using switch level modeling
UNIT-V
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
Write the differences between the UDPs and general module structure