ID:10909 SystemVerilog error at <location>: instance "<name>" has more than one .* connection

CAUSE: In a module instantiation at the specified location in a SystemVerilog Design File (.sv), you used more than one implicit .* port connection. An instance may have at most one such port connection.

ACTION: Remove all but one implicit .* port connection.