Skip to content

Commit

Permalink
Remove assertion that fails on xcku040
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <eddie.hung@amd.com>
  • Loading branch information
eddieh-xlnx committed Jul 12, 2024
1 parent 721550e commit 14c470a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/xilinx/rapidwright/rwroute/RouteNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ private void setBaseCost() {
baseCost = 1.2f;
} else {
// (EE|WW)2_[EW]_BEG[0-7]
assert(length <= 1);
baseCost = 0.8f;
}
break;
Expand Down

0 comments on commit 14c470a

Please sign in to comment.