ID:10393 VHDL error at <location>: left 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 left bound of the range you specified for the slice exceeds the specified range of the array type object. The left bound of the slice must belong to the object range.

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