ID:13393 Verilog HDL error at <location>: replication multiplier must be positive

CAUSE: In a Verilog Design File (.v) at the specified location, you used a replication operation with a multiplier value that is zero or negative. When the Verilog HDL Input version is set to Verilog-1995 it is legal for the replication multiplier to be 0, but when the Verilog version is set to Verilog-2001 the replication multiplier must be greater than 0.

ACTION: Edit the design to make sure the multiplier value in the replication operation is positive.