ID:24035 The exported partition, "<partition>", has <num_ports> ports being driven by the same source, "<src>", outside it. Up to <max_ports> such ports are listed below. Multiple ports sharing a source external to the partition may lead to routing conflicts in compiles that reuse this partition in another context.

CAUSE: The exported partition has multiple ports connected to same source in the parent partition. These signals may cause routing conflicts in team-based design and bottom-up compilation flows.

ACTION: Either drive the ports through distinct sources or ensure that they are driven by a common source in the consumer project as well, where this partition is imported and reused.