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 5dcb44a commit 2f691a3Copy full SHA for 2f691a3
src/grt/src/fastroute/src/utility.cpp
@@ -601,7 +601,7 @@ void FastRouteCore::updateSlacks(float percentage)
601
// TODO: need to check this positive slack threshold
602
// const float pos_threshold = 100e-12;
603
604
- res_aware_list.emplace_back(net_id, slack);
+ res_aware_list.emplace_back(net_id, slack);
605
}
606
607
// Sort by worst slack and ID
0 commit comments