diff --git a/src/com/xilinx/rapidwright/rwroute/RWRoute.java b/src/com/xilinx/rapidwright/rwroute/RWRoute.java index 34bf7e639..17079f76e 100644 --- a/src/com/xilinx/rapidwright/rwroute/RWRoute.java +++ b/src/com/xilinx/rapidwright/rwroute/RWRoute.java @@ -526,7 +526,7 @@ protected void routeStaticNets() { List 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 gns = (node) -> getGlobalRoutingNodeStatus(staticNet, node);