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.
2 parents 084a3b7 + a0230a4 commit 6b93618Copy full SHA for 6b93618
flow/scripts/global_route.tcl
@@ -22,11 +22,7 @@ proc global_route_helper { } {
22
set result [catch { do_global_route } errMsg]
23
24
if { $result != 0 } {
25
- if {
26
- [!$::env(GENERATE_ARTIFACTS_ON_FAILURE) || \
27
- ![file exists $::global_route_congestion_report] || \
28
- [file size $::global_route_congestion_report] == 0]
29
- } {
+ if { !$::env(GENERATE_ARTIFACTS_ON_FAILURE) } {
30
write_db $::env(RESULTS_DIR)/5_1_grt-failed.odb
31
error $errMsg
32
}
0 commit comments