Skip to content

Commit c37888a

Browse files
Update src/com/xilinx/rapidwright/rwroute/RWRoute.java
Co-authored-by: Chris Lavin <[email protected]> Signed-off-by: eddieh-xlnx <[email protected]>
1 parent 3cee255 commit c37888a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2046,7 +2046,7 @@ protected boolean isAccessibleSink(RouteNode child, Connection connection, boole
20462046
* @param rnode The parent rnode of the child in question.
20472047
* @param longParent A boolean value to indicate if the parent is a Long node
20482048
* @param childRnode The child rnode in question.
2049-
* @param lookahead Boolean for whether we should skiping pushing this child node on the queue and immediately explore it.
2049+
* @param lookahead A boolean for whether we should skipping pushing this child node on the queue and immediately explore it.
20502050
*/
20512051
protected void evaluateCostAndPush(ConnectionState state,
20522052
RouteNode rnode,

0 commit comments

Comments
 (0)