Skip to content

Commit

Permalink
Update src/com/xilinx/rapidwright/rwroute/RouteNodeGraph.java
Browse files Browse the repository at this point in the history
Signed-off-by: eddieh-xlnx <[email protected]>
  • Loading branch information
eddieh-xlnx committed Sep 20, 2024
1 parent d4d4191 commit 1229ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/xilinx/rapidwright/rwroute/RouteNodeGraph.java
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public void preserve(Net net, List<SitePinInst> pins) {
} else if (pinName.endsWith("_O")) {
otherPinName = lutLetter + "MUX";
} else {
throw new RuntimeException(pinName);
throw new RuntimeException("ERROR: Unsupported site pin " + pin);
}

Node otherNode = si.getSite().getConnectedNode(otherPinName);
Expand Down

0 comments on commit 1229ff3

Please sign in to comment.