Skip to content

Commit 47eb196

Browse files
committed
fix lint
Signed-off-by: Augusto Berndt <augusto.berndt@precisioninno.com>
1 parent 51a1e72 commit 47eb196

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

flow/scripts/cts.tcl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
}
5454
if { $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"

flow/scripts/global_route.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)