ID:284003 State machine "<name>" must be reset to ensure proper operation

CAUSE: The initial state in your state machine contains non-zero state bits. To ensure proper operation of the state machine, you must must explicitly reset the state machine so that the logic commences at the Reset state. This condition may occur as a result of logic synthesis if you turn on the Not Gate Push-Back option to invert a state bit that feeds an output pin.

ACTION: Reset the state bits to an initial condition in the design.