Skip to content

Commit c84bffe

Browse files
authored
Apply suggestions from code review
Signed-off-by: Chris Lavin <[email protected]> Signed-off-by: Chris Lavin <[email protected]>
1 parent 7a73ccd commit c84bffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/xilinx/rapidwright/rwroute/GlobalSignalRouting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ private static Pair<Node, ClockRegion> findCentroid(Net clk, Node start, ClockRe
394394
Integer preferredYCoord = VersalClockRouting.getPreferredClockRootYCoord(device, minY, maxY);
395395
int clkRootYCoord = preferredYCoord == null ? origCentroid.getInstanceY() : preferredYCoord;
396396

397-
// If the current column doesn't work, try both neighboring ones
397+
// If the current column doesn't work, try neighboring ones on both sides
398398
List<Integer> colOffsets = Arrays.asList(0, -2, 2, -4, 4, -6, 6);
399399

400400
ClockRegion proposedClkRoot = null;

0 commit comments

Comments
 (0)