Skip to content

Commit e4f0f75

Browse files
committed
Revert "Skip save_images on headless machines without display"
This reverts commit 49167a7. Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent b75a511 commit e4f0f75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flow/scripts/final_report.tcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ report_cell_usage
6464
report_metrics 6 "finish"
6565

6666
# Save a final image if openroad is compiled with the gui
67-
# and a display is available (skip on headless machines)
68-
if { [ord::openroad_gui_compiled] && [env_var_exists_and_non_empty DISPLAY] } {
67+
if { [ord::openroad_gui_compiled] } {
6968
gui::show "source $::env(SCRIPTS_DIR)/save_images.tcl" false
7069
}

0 commit comments

Comments
 (0)