You can use the find_routing_path Tcl command
to create directed routing constraints. You can then assign the created constraints
to the FIXED_ROUTE property of a net to lock down the routing.
For partially routed nets, you can find the nodes associated directly to the net. Refer to the Vivado Design Suite Properties Reference Guide (UG912) for more information on the relationship between these objects.
The find_routing_path command returns one of the following:
- A list of nodes representing the route path found from the start point to the end point.
-
no path foundif the command runs but has no result. - An error if the command fails to run.