Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx committed Nov 15, 2024
1 parent 2f65b95 commit ea18536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/com/xilinx/rapidwright/rwroute/PartialRouter.java
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ protected void addStaticNetRoutingTargets(Net staticNet) {
protected void preserveNet(Net net, boolean async) {
List<SitePinInst> pinsToRoute = null;
if (!net.isStaticNet()) {
// Only preserve those pins that are not to be routed
// For signal nets, only preserve those pins that are not to be routed
// All sink pins must be preserved for static nets since the static router does not resolve conflicts
pinsToRoute = netToPins.get(net);
}
List<SitePinInst> pinsToPreserve;
Expand Down

0 comments on commit ea18536

Please sign in to comment.