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.
2 parents 9fc811c + b8c5ddd commit 8ddfd34Copy full SHA for 8ddfd34
flow/scripts/global_place_skip_io.tcl
@@ -4,6 +4,8 @@ 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_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] \
11
-pad_left $::env(CELL_PAD_IN_SITES_GLOBAL_PLACEMENT) \
tools/OpenROAD
0 commit comments