Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx committed Mar 2, 2023
1 parent 78f2d5e commit 77d8513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/xilinx/rapidwright/rwroute/RouteNodeInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private static short getEndTileXCoordinate(Node node, RouteNodeType type, short
assert(baseTile.getTileXCoordinate() == endTileXCoordinate);
endTileXCoordinate++;
}
break;
break;
case LAGUNA_TILE: // UltraScale only
// In UltraScale, Laguna tiles have the same X as the base INT tile
assert(baseTile.getTileXCoordinate() == endTileXCoordinate);
Expand Down

0 comments on commit 77d8513

Please sign in to comment.