Quartus

Numerical value <text> that is assigned to state has more bits than the state -- truncating value to fit in state


CAUSE: You defined the specified numerical value for a state in a state machine in a design file. The numerical value has more bits than you declared for the state, and therefore the value cannot fit in 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 removing from the value the MSB and as many adjacent bits as necessary. However, in removing the bits, the Quartus II software changed the value.
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 II software to remove any bits from the value, declare more state bits for the state.

- PLDWorld -

 

Created by chm2web html help conversion utility.