diff --git a/src/com/xilinx/rapidwright/router/VersalClockRouting.java b/src/com/xilinx/rapidwright/router/VersalClockRouting.java index 4cfc2add7..16fa116b8 100644 --- a/src/com/xilinx/rapidwright/router/VersalClockRouting.java +++ b/src/com/xilinx/rapidwright/router/VersalClockRouting.java @@ -237,11 +237,12 @@ public static Map routeVrouteToVerticalDistributionLines(Net } /** - * Routes from a vertical distribution centroid to destination horizontal distribution lines - * in the clock regions provided. + * For each target clock region, route from the provided vertical distribution line to a + * horizontal distribution line that has a GLOBAL_GLK child node in this clock region. + * This simulates the behavior of Vivado. * @param clk The current clock net * @param crMap A map of target clock regions and their respective vertical distribution lines - * @return The List of nodes from the centroid to the horizontal distribution line. + * @return The map of target clock regions and their respective horizontal distribution lines. */ public static Map routeVerticalToHorizontalDistributionLines(Net clk, Map crMap, @@ -377,7 +378,7 @@ public static void routeToLCBs(Net clk, Map routeToHorizontalDistributionLines(Net clk, Node vroute,