ID:13306 Verilog HDL error at <location>: can't index into non-array type <name> for <name>

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.