ID:10068 Port "<name>" on instance "<name>" at <location> has multiple connections

CAUSE: In a Verilog Design File (.v) or VHDL Design File (.vhd), you connected the specified port on the specified instance more than once. That is, you connected the specified port more than once in the port map (VHDL) or port connection list (Verilog).

ACTION: Remove any duplicate connections for the specified port from the port map (VHDL) or the port connection list (Verilog).