Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#2531 from The-OpenROAD-Projec…
Browse files Browse the repository at this point in the history
…t-staging/print-place-density-lb-addon

Print the computed placement density with using PLACE_DENSITY_LB_ADDON
  • Loading branch information
maliberty authored Oct 31, 2024
2 parents d59ddd4 + 8ea7b36 commit 38b66e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/scripts/util.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ proc place_density_with_lb_addon {} {
if {$place_density > 1.0} {
utl::error FLW 24 "Place density exceeds 1.0 (current PLACE_DENSITY_LB_ADDON = $::env(PLACE_DENSITY_LB_ADDON)). Please check if the value of PLACE_DENSITY_LB_ADDON is between 0 and 0.99."
}
puts "Placement density is $place_density, computed from PLACE_DENSITY_LB_ADDON $::env(PLACE_DENSITY_LB_ADDON) and lower bound $place_density_lb"
} else {
set place_density $::env(PLACE_DENSITY)
}
Expand Down

0 comments on commit 38b66e0

Please sign in to comment.