public class ReportRouteStatus
extends Object
Constructor and Description |
---|
ReportRouteStatus() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static ReportRouteStatusResult |
reportRouteStatus(Design design)
Compute the route status of given Design's physical nets by examining the
SitePinInst.isRouted() state of each net's pins, as well as to discovering node conflicts
between each net's PIPs. |
public static ReportRouteStatusResult reportRouteStatus(Design design)
SitePinInst.isRouted()
state of each net's pins, as well as to discovering node conflicts
between each net's PIPs.
Freshly loaded designs, as well as designs that are not up-to-date, can call
DesignTools.updatePinsIsRouted(Design)
for recomputing the SitePinInst.isRouted() state.
Note that currently this method does not check the Design's logical netlist nor its physical
placement --- these are assumed to be correct.design
- Design to examine.public static void main(String[] args)