Update the problem details below.
Implement a simple finite state machine that toggles between two states on each clock cycle.
clk
reset
state
Use an always block triggered by the clock edge. Remember to handle the reset condition.
Enter the expected output as valid JSON format that will be used to verify student submissions.