Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into rwroute_nodeimux_opt
Browse files Browse the repository at this point in the history
Conflicts:
	src/com/xilinx/rapidwright/rwroute/RWRoute.java
	src/com/xilinx/rapidwright/rwroute/RouteNodeGraph.java
  • Loading branch information
eddieh-xlnx committed Nov 22, 2023
2 parents 9d5a3f4 + b8ca429 commit f970914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/xilinx/rapidwright/rwroute/RWRoute.java
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ protected boolean swapOutputPin(Connection connection) {
/**
* Checks if a NODE_PINBOUNCE is suitable to be used for routing to a target.
* @param child The PINBOUNCE rnode in question.
* @param target The target rnode to reach.
* @param connection The connection to route.
* @return true, if the PINBOUNCE rnode is in the same column as the target and within one INT tile of the target.
*/
private boolean isAccessiblePinbounce(RouteNode child, Connection connection) {
Expand Down

0 comments on commit f970914

Please sign in to comment.