File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,10 @@ proc global_route_helper {} {
1212
1313 fast_route
1414
15- # The default behavior if the user didn't specify GLOBAL_ROUTE_ARGS is to
16- # produce a drc report every 5 iterations.
17- #
18- # If GLOBAL_ROUTE_ARGS is specified, then we do only what the
19- # GLOBAL_ROUTE_ARGS specifies.
2015 proc do_global_route {} {
21- set all_args [concat [list -congestion_report_file $::global_route_congestion_report ] \
22- [ expr {[env_var_exists_and_non_empty GLOBAL_ROUTE_ARGS] ? $::env(GLOBAL_ROUTE_ARGS) : \
23- {-congestion_iterations 30 -congestion_report_iter_step 5 -verbose}}] ]
16+ set all_args [concat [list \
17+ -congestion_report_file $::global_route_congestion_report ] \
18+ $::env(GLOBAL_ROUTE_ARGS) ]
2419
2520 log_cmd global_route {*}$all_args
2621 }
Original file line number Diff line number Diff line change @@ -609,3 +609,9 @@ ABSTRACT_SOURCE:
609609 Which .odb file to use to create abstract
610610 stages :
611611 - generate_abstract
612+ GLOBAL_ROUTE_ARGS :
613+ description : >
614+ Replaces default arguments for global route.
615+ stages :
616+ - grt
617+ default : -congestion_iterations 30 -congestion_report_iter_step 5 -verbose
You can’t perform that action at this time.
0 commit comments