ID:10259 Verilog HDL error at <location>: constant value overflow

CAUSE: Evaluation of a constant literal or operation with constant literal resulted in overflow. For example expression 2**50 or integer literal 10000000000 will give this warning.

ACTION: Change the expression or literal to fit the restrictions of the data type.