ID:13763 VHDL Subtype or Type Declaration error at <location>: bounds in range must both have integer type or floating point value type

CAUSE: In a Subtype Declaration or Type Declaration at the specified location in a VHDL Design File (.vhd), you declared a range for a subtype or type. However, at least one of the bounds of the range does not have an integer type or a floating point value type. The bounds of the range must both have an integer type, or must both have a floating point value type.

ACTION: Change one or both bounds in the subtype or type range so they both have an integer type or a floating point value type.