ID:13303 Verilog HDL error at <location>: object "<name>" cannot have assigned value

CAUSE: In a Verilog Design File (.v) at the specified location, you assigned a value to the specified object; however, you must not assign value to an object of that type.

ACTION: Remove the assignment to the object.