ID:102007 LPM_AVALUE input value is <integer>. It should be less than 2^LPM_WIDTH or less than LPM_MODULUS(if used). Behavior of counter is not defined.

CAUSE: The LPM_AVALUE is set to a value that makes the behavior of the counter not defined. Valid value should be less than LPM_MODULUS, if LPM_MODULUS is used, or less than 2^LPM_WIDTH, if LPM_MODULUS is not used.

ACTION: Change the LPM_AVALUE to a valid value.