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 5b64227 commit b8c5dddCopy full SHA for b8c5ddd
flow/scripts/global_place_skip_io.tcl
@@ -4,7 +4,7 @@ load_design 2_floorplan.odb 2_floorplan.sdc
4
5
if { [env_var_exists_and_non_empty FLOORPLAN_DEF] } {
6
puts "FLOORPLAN_DEF is set. Skipping global placement without IOs"
7
-} elseif { [all_pin_placed] } {
+} elseif { [all_pins_placed] } {
8
puts "All pins are placed. Skipping global placement without IOs"
9
} else {
10
log_cmd global_placement -skip_io -density [place_density_with_lb_addon] \
0 commit comments