Skip to content

Commit 8058cc2

Browse files
committed
run pin_access before grt
Signed-off-by: Eder Monteiro <[email protected]>
1 parent efa482b commit 8058cc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow/scripts/global_route.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ proc global_route_helper {} {
2020
log_cmd global_route {*}$all_args
2121
}
2222

23+
pin_access -bottom_routing_layer $::env(MIN_ROUTING_LAYER) \
24+
-top_routing_layer $::env(MAX_ROUTING_LAYER)
25+
2326
set result [catch {do_global_route} errMsg]
2427

2528
if {$result != 0} {

0 commit comments

Comments
 (0)