Skip to content

Commit

Permalink
Merge pull request #4909 from Pinata-Consulting/include-required-info…
Browse files Browse the repository at this point in the history
…rmation-in-error

placement: improve error message, no need to hunt down value in log
  • Loading branch information
maliberty authored Apr 6, 2024
2 parents 0393ad4 + 002acc5 commit e262366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpl/src/placerBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ void PlacerBase::printInfo() const
log_->info(GPL, 21, "MacroInstsArea: {}", macroInstsArea_);

if (util >= 100.1) {
log_->error(GPL, 301, "Utilization exceeds 100%.");
log_->error(GPL, 301, "Utilization {:.2f}% exceeds 100%.", util);
}
}

Expand Down

0 comments on commit e262366

Please sign in to comment.