ID:328027 Numerical value <text> that is assigned to state has fewer bits than the state. Functional simulation may not match timing simulation.

CAUSE: You defined the specified numerical value for a state in a state machine in a design file. The numerical value has less bits than you declared for the state, and therefore the value is too small for the state. This message can occur if you use a binary string with the wrong radix. The Quartus Prime software attempted to fit the value into the state by adding to the value the MSB and as many adjacent bits as necessary. However, in adding the bits, the Quartus Prime software changed the value. As a result, the results of functional simulation may not match the results of timing simulation.

ACTION: Make sure the numerical value you assigned is correct and uses the correct radix. If the value is correct and you do not want the Quartus Prime software to add any bits to the value, declare less state bits for the state.