LED Blinker

Problem Description

Create a simple LED blinker that toggles an LED output based on a clock signal.

Module Interface

  • Inputs:
    • clk: Clock signal
    • reset: Reset signal (active high)
  • Output:
    • led: LED output signal

Expected Behavior

  • On reset: LED should be off (0)
  • On each clock edge: LED should toggle state

No Waveform Data

Submit your Verilog code using Cmd+Enter to see the simulation results and waveform visualization.