Skip to content

Commit 9675342

Browse files
authored
Merge pull request #3704 from The-OpenROAD-Project-staging/log-pa
Add log_cmd to pin_access in global_route.tcl
2 parents 16e8a64 + db1381c commit 9675342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/global_route.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ proc global_route_helper { } {
2323
append_env_var additional_args VIA_IN_PIN_MIN_LAYER -via_in_pin_bottom_layer 1
2424
append_env_var additional_args VIA_IN_PIN_MAX_LAYER -via_in_pin_top_layer 1
2525

26-
pin_access {*}$additional_args
26+
log_cmd pin_access {*}$additional_args
2727

2828
set result [catch { do_global_route $res_aware } errMsg]
2929

0 commit comments

Comments
 (0)