Skip to content

Commit e7a0725

Browse files
committed
Correctly check for OR compiled w/o the GUI enabled.
Fixes #3050 Signed-off-by: Matt Liberty <[email protected]>
1 parent e80ce69 commit e7a0725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/scripts/final_report.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ report_cell_usage
6666
report_metrics 6 "finish"
6767

6868
# Save a final image if openroad is compiled with the gui
69-
if {[expr [llength [info procs save_image]] > 0]} {
69+
if {[ord::openroad_gui_compiled]} {
7070
gui::show "source $::env(SCRIPTS_DIR)/save_images.tcl" false
7171
}

tools/OpenROAD

Submodule OpenROAD updated 1498 files

0 commit comments

Comments
 (0)