You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug in the author's Moore state machine program: undefined EQUAL state, causing the program to remain in WAIT4BUTTON state and crash.
add after line 61
last_op[Center]: state<=EQUAL;
add after line 80
EQUAL:begin
last_op<=op_store; // Store our last operation
state<=WAIT4BUTTON;
end
The text was updated successfully, but these errors were encountered:
A bug in the author's Moore state machine program: undefined EQUAL state, causing the program to remain in WAIT4BUTTON state and crash.
add after line 61
add after line 80
The text was updated successfully, but these errors were encountered: