We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6282cd commit a01f58aCopy full SHA for a01f58a
src/grt/src/fastroute/src/utility.cpp
@@ -152,7 +152,7 @@ void FastRouteCore::netpinOrderInc()
152
// After layer assignment, give priority to non-res_aware nets first to
153
// release resources on lower resistance layers
154
const int res_aware = (is_3d_step_) ? nets_[netID]->isResAware()
155
- : !nets_[netID]->isResAware();
+ : !nets_[netID]->isResAware();
156
157
// Prioritize clock nets when using resistance-aware strategy to
158
// better balance clock skew
0 commit comments