Skip to content

Commit dcabbb5

Browse files
authored
Merge pull request #2643 from The-OpenROAD-Project-staging/revert-gui-open
Restore gui_<step> to immediately opening the GUI.
2 parents d01269a + 478f672 commit dcabbb5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ define OPEN_GUI
553553
open_$(1):
554554
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_NO_EXIT_CMD) $(SCRIPTS_DIR)/open.tcl
555555
gui_$(1):
556-
$(2)=$(RESULTS_DIR)/$(1) GUI_SHOW=1 $(OPENROAD_GUI_CMD) -minimize $(SCRIPTS_DIR)/open.tcl
556+
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_GUI_CMD) $(SCRIPTS_DIR)/open.tcl
557557
endef
558558

559559
# Separate dependency checking and doing a step. This can

flow/scripts/open.tcl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,3 @@ if {[env_var_equals GUI_TIMING 1]} {
6363
}
6464

6565
fast_route
66-
67-
if {[env_var_equals GUI_SHOW 1]} {
68-
# Show the GUI when it is ready; it is unresponsive(with modal requesters
69-
# saying it is unresponsive) until everything is loaded
70-
gui::unminimize
71-
}

0 commit comments

Comments
 (0)