Skip to content

Commit

Permalink
Update src/com/xilinx/rapidwright/rwroute/PartialRouter.java
Browse files Browse the repository at this point in the history
Signed-off-by: eddieh-xlnx <eddie.hung@amd.com>
  • Loading branch information
eddieh-xlnx authored Nov 18, 2024
1 parent 88145ed commit 425b0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/xilinx/rapidwright/rwroute/PartialRouter.java
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ protected void determineRoutingTargets() {
if (rnodes.size() < 3) {
continue;
}
// Look for overused exclusive sinks (with type PINFEED_I) within
// Look for overused exclusive sinks within
// this connection's used nodes (except for the first and last used node,
// corresponding to source and sink)
for (RouteNode rnode : rnodes.subList(1, rnodes.size() - 1)) {
Expand Down

0 comments on commit 425b0b7

Please sign in to comment.