extractPath
public static void extractPath(Design src,
Design dst,
List<String> pathPins)
Extracts a placed and routed path defined by a list of logical pin names into
another design. This method will faithfully reproduce logical hierarchy,
names, placement and routing of the defined path. It will also reproduce
clock nets that drive any cell in the specified path up to the source BUFG.
All other inputs of cells in the netlist are currently left unconnected.
- Parameters:
src - The design source where the path exists.
dst - The destination design where the path should be replicated.
pathPins - The ordered list of pins in the source design to replicate.