| Status | Title | Difficulty | Tags |
|---|---|---|---|
Implement a simple finite state machine that toggles between two states on each clock cycle.
clk: Clock signalreset: Reset signal (active high)state: Current state (1-bit)Submit your Verilog code using Cmd+Enter to see the simulation results and waveform visualization.