ID:10382 VHDL error at <location>: index of object of array type <type> must have <number> dimensions

CAUSE: In a VHDL Design File (.vhd) at the specified location, you specified an index of an object with the specified array type. However, the index does not have the same number of dimensions as you specified for the object in the object type's Type Declaration. The index of an object must have the same number of dimensions as the object. The text of the message indicates the number of dimensions the index must have.

ACTION: Change the object index or the object so they have the same number of dimensions.