| Status | Title | Difficulty | Tags |
|---|---|---|---|
Implement a parameterized delay line that delays input data by one clock cycle. The module should be parameterized to support different data widths.
WIDTH: Data width (default: 8)clk: Clock signalreset: Reset signal (active high)din: WIDTH-bit data inputdout: WIDTH-bit delayed data outputSubmit your Verilog code using Cmd+Enter to see the simulation results and waveform visualization.