Skip to content

Commit 9951dfd

Browse files
authored
Merge pull request #3587 from The-OpenROAD-Project-staging/secure-update-grt-pa-args
update global_route script to include correct pa args
2 parents cdaa1dd + 50e68d7 commit 9951dfd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

flow/scripts/global_route.tcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ proc global_route_helper { } {
1515

1616
log_cmd global_route {*}$all_args
1717
}
18+
set additional_args ""
19+
append_env_var additional_args dbProcessNode -db_process_node 1
20+
append_env_var additional_args VIA_IN_PIN_MIN_LAYER -via_in_pin_bottom_layer 1
21+
append_env_var additional_args VIA_IN_PIN_MAX_LAYER -via_in_pin_top_layer 1
1822

19-
pin_access
23+
pin_access {*}$additional_args
2024

2125
set result [catch { do_global_route } errMsg]
2226

0 commit comments

Comments
 (0)