Skip to content

Pavan200628/shift_register.v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

shift_register.v

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.

About

Shift Register implementation using Verilog HDL with ModelSim simulation and waveform output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors