We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d205bf1 + 49167a7 commit ae6310eCopy full SHA for ae6310e
flow/scripts/final_report.tcl
@@ -64,6 +64,7 @@ report_cell_usage
64
report_metrics 6 "finish"
65
66
# Save a final image if openroad is compiled with the gui
67
-if { [ord::openroad_gui_compiled] } {
+# and a display is available (skip on headless machines)
68
+if { [ord::openroad_gui_compiled] && [env_var_exists_and_non_empty DISPLAY] } {
69
gui::show "source $::env(SCRIPTS_DIR)/save_images.tcl" false
70
}
0 commit comments