ID:13679 VHDL error at <location>: invalid range in expression

CAUSE: In a VHDL Design File (.vhd) at the specified location, you used a range in an expression. However, the expression cannot contain a range, or cannot contain a range in the context in which the expression is being used. For example, you may have used a range in a value that you assigned to an integer type object.

ACTION: Remove the range, or change the expression so it can contain a range.