From 612367d611679fbf9eae40952c1c290414b086d4 Mon Sep 17 00:00:00 2001 From: eddieh-xlnx Date: Thu, 14 Nov 2024 12:54:48 -0800 Subject: [PATCH] Update src/com/xilinx/rapidwright/rwroute/RWRoute.java Signed-off-by: eddieh-xlnx --- src/com/xilinx/rapidwright/rwroute/RWRoute.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);