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 II 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 II software changed the value. As a result, the results of functional simulation may not match the results of timing simulation. |