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.
1 parent 16e8a64 commit db1381cCopy full SHA for db1381c
flow/scripts/global_route.tcl
@@ -23,7 +23,7 @@ proc global_route_helper { } {
23
append_env_var additional_args VIA_IN_PIN_MIN_LAYER -via_in_pin_bottom_layer 1
24
append_env_var additional_args VIA_IN_PIN_MAX_LAYER -via_in_pin_top_layer 1
25
26
- pin_access {*}$additional_args
+ log_cmd pin_access {*}$additional_args
27
28
set result [catch { do_global_route $res_aware } errMsg]
29
0 commit comments