Skip to content

Commit

Permalink
Merge pull request #6165 from The-OpenROAD-Project-staging/gpl-keep-rsz
Browse files Browse the repository at this point in the history
Integrate rsz repair design with gpl
  • Loading branch information
maliberty authored Nov 25, 2024
2 parents e3ab3fb + c1904e2 commit eb97b52
Show file tree
Hide file tree
Showing 17 changed files with 1,716 additions and 750 deletions.
2 changes: 1 addition & 1 deletion src/gpl/include/gpl/Replace.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class Replace
int routabilityMaxInflationIter_ = 4;

float timingNetWeightMax_ = 1.9;
float keepResizeBelowOverflow_ = 0.0;
float keepResizeBelowOverflow_ = 0.3;

bool timingDrivenMode_ = true;
bool routabilityDrivenMode_ = true;
Expand Down
Loading

0 comments on commit eb97b52

Please sign in to comment.