We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980c883 commit ea9e2d3Copy full SHA for ea9e2d3
flow/scripts/cts.tcl
@@ -74,6 +74,9 @@ if { [info exists ::env(HOLD_SLACK_MARGIN)] && $::env(HOLD_SLACK_MARGIN) > 0.0}
74
if { [info exists ::env(TNS_END_PERCENT)] && $::env(TNS_END_PERCENT) > 0.0} {
75
puts "TNS end percent $::env(TNS_END_PERCENT)"
76
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"
80
}
81
if { [info exists ::env(SKIP_PIN_SWAP)] } {
82
puts "Skipping pin swapping during optimization"
0 commit comments