Skip to content

Commit ebc809b

Browse files
committed
global route: fix GENERATE_ARTIFACTS_ON_FAILURE use-case
the .sdc file must be written out alongside the .odb file and .rpt file in the failing test case when GENERATE_ARTIFACTS_ON_FAILURE=1 Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 6f3494c commit ebc809b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/scripts/global_route.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ proc global_route_helper {} {
3131
if {[expr !$::env(GENERATE_ARTIFACTS_ON_FAILURE) || \
3232
![file exists $::global_route_congestion_report] || \
3333
[file size $::global_route_congestion_report] == 0]} {
34+
write_sdc -no_timestamp $::env(RESULTS_DIR)/5_1_grt.sdc
3435
write_db $::env(RESULTS_DIR)/5_1_grt-failed.odb
3536
error $errMsg
3637
}

0 commit comments

Comments
 (0)