ID:10453 VHDL error at <location>: right bound (<text>) of slice must belong to range (<range>) of corresponding object

CAUSE: In a VHDL Design File (.vhd) at the specified location, you specified a slice of an object that has an array type. However, the right bound of the range you specified for the slice exceeds the specified range of the array type object. The right bound of the slice must belong to the object range.

ACTION: Change the right bound of the slice so the bound belongs to the range of the object.