Design of Register using Verilog
The aim of this experiment is to design and simulate a 4-bit Serial In Serial Out (SISO) register using Verilog HDL. Through this experiment, students will:
- Understand the concept of sequential circuits and registers
- Learn how to implement a SISO register using Verilog
- Study the behavior of shift registers through simulation
- Analyze the timing characteristics of sequential circuits
- Gain hands-on experience with Verilog coding for sequential logic