File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if { [env_var_exists_and_non_empty USE_NEGOTIATION] && $::env(USE_NEGOTIATION) }
5050 set result [catch { log_cmd detailed_placement -use_negotiation } msg]
5151} else {
5252 set result [catch { log_cmd detailed_placement } msg]
53- }
53+ }
5454if { $result != 0 } {
5555 save_progress 4_1_error
5656 error " Detailed placement failed in CTS: $msg "
@@ -74,11 +74,11 @@ if { !$::env(SKIP_CTS_REPAIR_TIMING) } {
7474 run_lec_test 4_rsz 4_before_rsz_lec.v 4_after_rsz_lec.v
7575 }
7676
77- if { [env_var_exists_and_non_empty USE_NEGOTIATION] && $::env(USE_NEGOTIATION) } {
78- set result [catch { log_cmd detailed_placement -use_negotiation } msg]
79- } else {
80- set result [catch { log_cmd detailed_placement } msg]
81- }
77+ if { [env_var_exists_and_non_empty USE_NEGOTIATION] && $::env(USE_NEGOTIATION) } {
78+ set result [catch { log_cmd detailed_placement -use_negotiation } msg]
79+ } else {
80+ set result [catch { log_cmd detailed_placement } msg]
81+ }
8282 if { $result != 0 } {
8383 save_progress 4_1_error
8484 error " Detailed placement failed in CTS: $msg "
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ proc global_route_helper { } {
6666 log_cmd detailed_placement -use_negotiation
6767 } else {
6868 log_cmd detailed_placement
69- }
69+ }
7070 # Route only the modified net by DPL
7171 log_cmd global_route -end_incremental {*}$res_aware \
7272 -congestion_report_file $::env(REPORTS_DIR) /congestion_post_repair_design.rpt
@@ -88,7 +88,7 @@ proc global_route_helper { } {
8888 log_cmd detailed_placement -use_negotiation
8989 } else {
9090 log_cmd detailed_placement
91- }
91+ }
9292 check_placement -verbose
9393 # Route only the modified net by DPL
9494 log_cmd global_route -end_incremental {*}$res_aware \
You can’t perform that action at this time.
0 commit comments