Shift Register implementation using Verilog HDL with ModelSim simulation and waveform output Shift Register using Verilog
๐ Description
This project implements a shift register using Verilog HDL. The design is simulated using ModelSim, and the waveform output verifies correct shifting of data with clock pulses.
๐ Files Included
- shift_register.v โ Design code
- shift_register_tb.v โ Testbench
- run.do โ Simulation script
- shift_register_output.png โ Waveform output
๐ Tools Used
- Verilog HDL
- ModelSim
โ๏ธ Working
- Data is given as input
- On each clock pulse, bits shift to next position
- Output is verified using waveform
๐ท Output Waveform
"Output" (shift_register_output.png)
๐ฏ Conclusion
The shift register is successfully designed and verified using simulation.