Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx committed Oct 23, 2024
1 parent d9927c2 commit e00bd91
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/com/xilinx/rapidwright/rwroute/RouteNodeType.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,15 @@ public enum RouteNodeType {
LAGUNA_I,

/**
* Denotes other wiring {@link RouteNode} Objects
* that are created for routing {@link Connection} Objects.
* Denotes general purpose {@link RouteNode} objects.
*/
WIRE,

/**
* 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).
*/
INACCESSIBLE;

public static final RouteNodeType[] values = values();
Expand Down

0 comments on commit e00bd91

Please sign in to comment.