ID:13815 VHDL Qualified Expression error at <location>: <type> type specified in Qualified Expression must match <type> type that is implied for expression by context

CAUSE: In a Qualified Expression at the specified location in a VHDL Design File (.vhd), you specified a type for an expression. However, the type you specified does not match the type that is implied for the expression based on where the expression occurs (the text of the message indicates the two different types). The type you specify for an expression in a Qualified Expression and the type that is implied for the expression must be the same.

ACTION: Change the type you specify for an expression to be the same as the implied expression type, or change the context in which the expression occurs so the implied expression type is the same as the type you specify.