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

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

ACTION: Remove the assignment to the sliced object.