We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75a511 commit e4f0f75Copy full SHA for e4f0f75
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