ID:13823 VHDL Type or Variable Declaration error at <location>: bounds of type or variable range must have same type

CAUSE: In a Type Declaration or Variable Declaration at the specified location in a VHDL Design File (.vhd), you specified a range for a type or variable. However, the bounds of the range do not have the same type. The range bounds must have the same type.

ACTION: Change the range bounds types so they are the same.