Using the find_routing_path Command to Create Directed Routing Constraints - 2021.2 English

Vivado Design Suite User Guide: Implementation (UG904)

Document ID
UG904
Release Date
2021-11-24
Version
2021.2 English

The find_routing_path Tcl command can be used 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, the nodes can be found 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 found if the command runs but has no result.
  • An error if the command fails to run.