ID:10192 Verilog HDL Defparam Statement error at <location>: value for parameter "<name>" must be constant expression

CAUSE: In a Defparam Statement at the specified location in a Verilog Design File (.v), you specified a value for the specified parameter that is not a constant expression. You must specify only constant expressions for parameter values.

ACTION: Change the parameter value to a constant expression.