Skip to content

Commit

Permalink
Update src/com/xilinx/rapidwright/rwroute/RouteNodeType.java
Browse files Browse the repository at this point in the history
Signed-off-by: eddieh-xlnx <eddie.hung@amd.com>
  • Loading branch information
eddieh-xlnx authored Oct 25, 2024
1 parent e00bd91 commit d8bc0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/xilinx/rapidwright/rwroute/RouteNodeType.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public enum RouteNodeType {
/**
* Denotes {@link RouteNode} objects that should be treated as being inaccessible and
* never queued for exploration during routing. Typically, these are routing nodes that
* have already been created but later discovered to not be needed (e.g. is a dead-end node).
* have already been created but later discovered to not be needed (e.g. a dead-end node).
*/
INACCESSIBLE;

Expand Down

0 comments on commit d8bc0b1

Please sign in to comment.