ID:13751 VHDL Subtype Declaration error at <location>: subtype range must belong to range for <type> type

CAUSE: In a Subtype Declaration at the specified location in a VHDL Design File (.vhd), you declared a subtype for the specified type. However, you specified a range for the subtype that exceeds the bounds of the range that you specified for the type in a Type Declaration. The range for the subtype must be a subset of the range for the type on which the subtype is based.

ACTION: Change the range for the subtype or the type so that the range for the subtype is a subset of the range for the type.