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 a9f87e0 commit 506beceCopy full SHA for 506bece
src/gpl/src/routeBase.cpp
@@ -670,7 +670,8 @@ std::pair<bool, bool> RouteBase::routability(
670
if (nbVec_[0]->getTargetDensity() > rbVars_.maxDensity
671
|| min_RC_violated_cnt_ >= max_routability_no_improvement_) {
672
bool density_exceeded = nbVec_[0]->getTargetDensity() > rbVars_.maxDensity;
673
- bool congestion_not_improving = min_RC_violated_cnt_ >= max_routability_no_improvement_;
+ bool congestion_not_improving
674
+ = min_RC_violated_cnt_ >= max_routability_no_improvement_;
675
676
if (density_exceeded) {
677
log_->info(GPL,
0 commit comments