Skip to content

Commit da4c32c

Browse files
committed
merge master
Signed-off-by: LucasYuki <[email protected]>
2 parents 6d551bc + 99312fa commit da4c32c

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

docs/user/FlowVariables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ configuration file.
367367
- [PLACE_PINS_ARGS](#PLACE_PINS_ARGS)
368368
- [ROUTING_LAYER_ADJUSTMENT](#ROUTING_LAYER_ADJUSTMENT)
369369
- [SKIP_REPORT_METRICS](#SKIP_REPORT_METRICS)
370+
- [TNS_END_PERCENT](#TNS_END_PERCENT)
370371

371372
## cts variables
372373

flow/scripts/global_place_skip_io.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ load_design 2_floorplan.odb 2_floorplan.sdc
44

55
if { [env_var_exists_and_non_empty FLOORPLAN_DEF] } {
66
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"
79
} else {
810
log_cmd global_placement -skip_io -density [place_density_with_lb_addon] \
911
-pad_left $::env(CELL_PAD_IN_SITES_GLOBAL_PLACEMENT) \

flow/scripts/variables.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ TNS_END_PERCENT:
3030
will always be fixed.
3131
default: 100
3232
stages:
33+
- place
3334
- cts
3435
- floorplan
3536
- grt

tools/OpenROAD

Submodule OpenROAD updated 92 files

0 commit comments

Comments
 (0)