We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb4f35 commit 62fb804Copy full SHA for 62fb804
flow/scripts/final_report.tcl
@@ -66,6 +66,6 @@ report_cell_usage
66
report_metrics 6 "finish"
67
68
# Save a final image if openroad is compiled with the gui
69
-if {[expr [llength [info procs save_image]] > 0]} {
+if {[gui::enabled] && [expr [llength [info procs save_image]] > 0]} {
70
gui::show "source $::env(SCRIPTS_DIR)/save_images.tcl" false
71
}
0 commit comments