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 eaa4a92 commit 5ea7aabCopy full SHA for 5ea7aab
src/grt/src/fastroute/src/utility.cpp
@@ -590,8 +590,8 @@ void FastRouteCore::updateSlacks(float percentage)
590
net->setSlack(slack);
591
592
// Enable res-aware for clock nets by default
593
- // net->setIsResAware(net->isClock());
594
- net->setIsResAware(false);
+ net->setIsResAware(net->isClock());
+ // net->setIsResAware(false);
595
596
// Skip positive slacks above threshold
597
// TODO: need to check this positive slack threshold
0 commit comments