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.
2 parents b28c142 + a4726d2 commit 3cf48dfCopy full SHA for 3cf48df
flow/Makefile
@@ -576,7 +576,7 @@ define OPEN_GUI
576
open_$(1):
577
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_NO_EXIT_CMD) $(SCRIPTS_DIR)/open.tcl
578
gui_$(1):
579
- $$(UNSET_AND_MAKE) GUI_SHOW=1 open_$(1)
+ $(2)=$(RESULTS_DIR)/$(1) GUI_SHOW=1 $(OPENROAD_GUI_CMD) -minimize $(SCRIPTS_DIR)/open.tcl
580
endef
581
582
# Separate dependency checking and doing a step. This can
flow/scripts/open.tcl
@@ -66,5 +66,5 @@ fast_route
66
if {[env_var_equals GUI_SHOW 1]} {
67
# Show the GUI when it is ready; it is unresponsive(with modal requesters
68
# saying it is unresponsive) until everything is loaded
69
- gui::show
+ gui::unminimize
70
}
0 commit comments