We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1856504 + e4f0f75 commit 44e0991Copy full SHA for 44e0991
flow/scripts/final_report.tcl
@@ -64,7 +64,6 @@ report_cell_usage
64
report_metrics 6 "finish"
65
66
# 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] } {
+if { [ord::openroad_gui_compiled] } {
69
gui::show "source $::env(SCRIPTS_DIR)/save_images.tcl" false
70
}
0 commit comments