ID:13551 Verilog HDL error at <location>: value for <string> must be <string>

CAUSE: In a Verilog Design File (.v), you used an expression whose value does not match the specified requirement. For example, the expression may be required to return a constant value or a positive value.

ACTION: Modify the expression or change the value of the operands to match the requirement.