Skip to content

Commit ea9e2d3

Browse files
committed
fix: Change TNS default to 5 from 0
Signed-off-by: Harsh Vardhan <[email protected]>
1 parent 980c883 commit ea9e2d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow/scripts/cts.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ if { [info exists ::env(HOLD_SLACK_MARGIN)] && $::env(HOLD_SLACK_MARGIN) > 0.0}
7474
if { [info exists ::env(TNS_END_PERCENT)] && $::env(TNS_END_PERCENT) > 0.0} {
7575
puts "TNS end percent $::env(TNS_END_PERCENT)"
7676
append additional_args " -repair_tns $::env(TNS_END_PERCENT)"
77+
} else {
78+
puts "Default TNS end percent 5"
79+
append additional_args " -repair_tns 5"
7780
}
7881
if { [info exists ::env(SKIP_PIN_SWAP)] } {
7982
puts "Skipping pin swapping during optimization"

0 commit comments

Comments
 (0)