ID:13759 VHDL error at <location>: right bound of slice is outside its index type range

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.