Skip to content

Commit acbe1f0

Browse files
committed
Print the computed placement density with using PLACE_DENSITY_LB_ADDON
Signed-off-by: Matt Liberty <[email protected]>
1 parent db5bee1 commit acbe1f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/scripts/set_place_density.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if {[info exist ::env(PLACE_DENSITY_LB_ADDON)]} {
77
if {$place_density > 1.0} {
88
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."
99
}
10+
puts "Placement density is $place_density, computed from PLACE_DENSITY_LB_ADDON $::env(PLACE_DENSITY_LB_ADDON) and lower bound $place_density_lb"
1011
} else {
1112
set place_density $::env(PLACE_DENSITY)
1213
}

0 commit comments

Comments
 (0)