Skip to content

Commit 1e774db

Browse files
authored
Merge pull request #2601 from The-OpenROAD-Project-staging/fix-global-place-stage
global_place is stage 3 not 5
2 parents 7d9057b + 68128c3 commit 1e774db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/global_place.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ if {[env_var_equals CLUSTER_FLOPS 1]} {
4343
estimate_parasitics -placement
4444
}
4545

46-
report_metrics 5 "global place" false false
46+
report_metrics 3 "global place" false false
4747

4848
write_db $::env(RESULTS_DIR)/3_3_place_gp.odb

0 commit comments

Comments
 (0)