ID:10053 Verilog HDL error at <location>: can't index object "<name>" with zero packed or unpacked array dimensions

CAUSE: In a Verilog Design File (.v) at the specified location, you indexed the specified object, but the object has no packed or unpacked array dimensions.

ACTION: Remove the indices from your expression, or declare the object with packed or unpacked array dimensions.