Skip to content

Commit

Permalink
Merge pull request #2566 from Pinata-Consulting/detail-route-fast-route
Browse files Browse the repository at this point in the history
detail_route: call fast_route
  • Loading branch information
maliberty authored Nov 17, 2024
2 parents 27f9815 + c5bb557 commit 4c627e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flow/scripts/detail_route.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ set all_args [concat [list \

log_cmd detailed_route {*}$all_args

set_global_routing_layer_adjustment $env(MIN_ROUTING_LAYER)-$env(MAX_ROUTING_LAYER) 0.5
set_routing_layers -signal $env(MIN_ROUTING_LAYER)-$env(MAX_ROUTING_LAYER)

fast_route

if {![env_var_equals SKIP_ANTENNA_REPAIR_POST_DRT 1]} {
set repair_antennas_iters 1
Expand Down

0 comments on commit 4c627e7

Please sign in to comment.