Report Route Status - 2025.2 English - UG906

Vivado Design Suite User Guide: Design Analysis and Closure Techniques (UG906)

Document ID
UG906
Release Date
2025-12-10
Version
2025.2 English

You can generate the Route Status Report during the implementation flow by using the report_route_status Tcl command.

This report gives you a breakdown of the nets in your design, including:

  • Total number of logical nets
    • Number of nets that do not need routing resources
    • Number of nets that use only internal routing (within a tile, such as inside a CLB, Block RAM, or I/O pad)
    • Number of nets without loads, if any
    • Number of routable nets that require routing resources
    • Number of unrouted nets, if any
    • Number of fully routed nets
    • Number of nets with routing errors
    • Number of nets with some unrouted pins, if any
    • Number of nets with antennas or islands, if any
    • Number of nets with resource conflicts, if any
    Here is an example of a Route Status Report for a fully routed design:
    Design Route Status
                                                    :     # nets :
        ------------------------------------------- : -----------:
        # of logical nets.......................... :       6137 :
            # of nets not needing routing.......... :        993 :
                # of internally routed nets........ :        993 :
            # of routable nets..................... :       5144 :
                # of fully routed nets............. :       5144 :
            # of nets with routing errors.......... :          0 :
        ------------------------------------------- :----------- :