Error CMP502: : The nets <your net1> and <your net2> are sharing <instance name> instance(s) which are assigned to disjoint local clock regions.
The maximum number of allowed shared instances is currently set to <fanout value>. The local clock assignment will fail for one of these nets.
You may change this threshold value using the compile option localclock_max_shared_instances.

Two nets cannot be assigned to non-overlapping local clock regions if they share instances. The Compile command automatically inserts buffers on one of the two nets to remove the shared instance constraint and guarantee that the two nets will be assigned to the local clock regions. However, the Compile command will not automatically insert buffers is the number of shared instances is greater than a given threshold defined by the Compile command option ‘localclock_max_shared_instances’.

Action