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

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

ACTION: Remove the assignment to the indexed object.