Skip to content

Commit 4ab5376

Browse files
authored
Merge pull request #8730 from The-OpenROAD-Project-staging/grt-resistance-aware-update
grt: decrease resistance-aware percentage
2 parents 0e82a95 + 4d774bc commit 4ab5376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/grt/src/fastroute/include/FastRoute.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class FastRouteCore
280280
double dbuToMicrons(int dbu);
281281
odb::Rect globalRoutingToBox(const GSegment& route);
282282
NetRouteMap getRoutes();
283-
void updateSlacks(float percentage = 0.75);
283+
void updateSlacks(float percentage = 0.7);
284284
void preProcessTechLayers();
285285
odb::dbTechLayer* getTechLayer(int layer, bool is_via);
286286

0 commit comments

Comments
 (0)