We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b851347 commit 3105194Copy full SHA for 3105194
src/com/xilinx/rapidwright/rwroute/RWRoute.java
@@ -185,7 +185,7 @@ public class RWRoute {
185
Series.Versal);
186
187
/** For connections that require SLR crossing(s), snap back to the previous Laguna column if the (horizontal) detour
188
- * is less than this number of tiles */
+ * is no more than this number of tiles */
189
protected int maxDetourToSnapBackToPrevLagunaColumn = 4;
190
191
public RWRoute(Design design, RWRouteConfig config) {
0 commit comments