| Status | Title | Difficulty | Tags |
|---|---|---|---|
Implement a 4-bit shift register that shifts data to the left on each clock cycle.
clk: Clock signalreset: Reset signal (active high)in: 1-bit serial inputout: 4-bit parallel outputSubmit your Verilog code using Cmd+Enter to see the simulation results and waveform visualization.