2024 CSET105 Digital Design Lab1 Thursday
2024 CSET105 Digital Design Lab1 Thursday
CO-Mapping
CO1 CO2 CO3
Q1 √
Q2 √
Q3 √
Q4 √
Q5 √
Objectives
1. Students will be able to learn basic Logic Gates.
2. Students will be able to learn Verilog Hardware Description Language.
Questions:
1. Draw the Symbol along with their truth tables and Boolean expressions of
fundamental building gates used for digital design.
2. Draw the Symbol along with their truth tables and Boolean expressions of Universal
gates used for digital design.
3. Write a Verilog code to implement NOT gate. Write the corresponding Testbench code for the
verification of your Verilog code.
Hint: Truth Table of NOT Gate:
.
4. Write a Verilog code to implement the Boolean Expression Y = A B. Write the corresponding
Testbench code for the verification of your Verilog code. Identify the gate that matches to this
operation.
School of Computer Science Engineering and Technology
.
5. Write a Verilog code to implement the Boolean Expression Y = (A B)'. Write the corresponding
Testbench code for the verification of your Verilog code. Identify the gate that matches to this
operation.