Skip to content

Commit 38b66e0

Browse files
authored
Merge pull request The-OpenROAD-Project#2531 from The-OpenROAD-Project-staging/print-place-density-lb-addon
Print the computed placement density with using PLACE_DENSITY_LB_ADDON
2 parents d59ddd4 + 8ea7b36 commit 38b66e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/scripts/util.tcl

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ proc place_density_with_lb_addon {} {
147147
if {$place_density > 1.0} {
148148
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."
149149
}
150+
puts "Placement density is $place_density, computed from PLACE_DENSITY_LB_ADDON $::env(PLACE_DENSITY_LB_ADDON) and lower bound $place_density_lb"
150151
} else {
151152
set place_density $::env(PLACE_DENSITY)
152153
}

0 commit comments

Comments
 (0)