Skip to content

Commit 5ea7aab

Browse files
committed
grt: enable res-aware by deafult for all clk nets
Signed-off-by: Jonas Gava <[email protected]>
1 parent eaa4a92 commit 5ea7aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/grt/src/fastroute/src/utility.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,8 @@ void FastRouteCore::updateSlacks(float percentage)
590590
net->setSlack(slack);
591591

592592
// Enable res-aware for clock nets by default
593-
// net->setIsResAware(net->isClock());
594-
net->setIsResAware(false);
593+
net->setIsResAware(net->isClock());
594+
// net->setIsResAware(false);
595595

596596
// Skip positive slacks above threshold
597597
// TODO: need to check this positive slack threshold

0 commit comments

Comments
 (0)