Skip to content

Commit

Permalink
Update src/com/xilinx/rapidwright/rwroute/RWRoute.java
Browse files Browse the repository at this point in the history
Signed-off-by: eddieh-xlnx <[email protected]>
  • Loading branch information
eddieh-xlnx authored Nov 14, 2024
1 parent 5fccd8f commit 612367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/xilinx/rapidwright/rwroute/RWRoute.java
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ protected void routeStaticNets() {
List<SitePinInst> pins = e.getValue();

// For some encrypted designs, it's possible that RapidWright cannot infer all SitePinInst-s leading to
// some site pins (e.g. CKEN) to default to a static net. Detect such cases -- when signal nets are
// some site pins (e.g. CKEN) defaulting those to static nets. Detect such cases -- when signal nets are
// already routed to and preserved at those uninferrable SitePinInst-s -- and remove them from being a
// static net sink
Function<Node, NodeStatus> gns = (node) -> getGlobalRoutingNodeStatus(staticNet, node);
Expand Down

0 comments on commit 612367d

Please sign in to comment.