ID:10348 VHDL type mismatch error at <location>: type of formal parameter "<name>" does not match <type> type of value

CAUSE: In a VHDL Design File (.vhd) at the specified location, you assigned a value to the specified formal parameter. However, the type of the formal parameter does not match the specified type of the value. The types of the formal parameter and the value must match.

ACTION: Correct the type of either the formal parameter or the value that you assigned to the formal parameter so the two types are the same.