ID:10577 VHDL error at <location>: actual port "<name>" of mode "<text>" cannot be associated with formal port "<name>" of mode "<text>"

CAUSE: In a VHDL Design File (.vhd) at the specified location, you associated the specified actual port with the specified formal port. However, you cannot associate an actual port of the specified mode with a formal port of the specified mode. For example, you cannot associate an actual port of mode OUT with a formal port of mode IN.

ACTION: Make sure the modes of the actual port and the formal port are compatible.