Skip to content

Commit

Permalink
Merge pull request #2643 from The-OpenROAD-Project-staging/revert-gui…
Browse files Browse the repository at this point in the history
…-open

Restore gui_<step> to immediately opening the GUI.
  • Loading branch information
maliberty authored Dec 26, 2024
2 parents d01269a + 478f672 commit dcabbb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion flow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ define OPEN_GUI
open_$(1):
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_NO_EXIT_CMD) $(SCRIPTS_DIR)/open.tcl
gui_$(1):
$(2)=$(RESULTS_DIR)/$(1) GUI_SHOW=1 $(OPENROAD_GUI_CMD) -minimize $(SCRIPTS_DIR)/open.tcl
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_GUI_CMD) $(SCRIPTS_DIR)/open.tcl
endef

# Separate dependency checking and doing a step. This can
Expand Down
6 changes: 0 additions & 6 deletions flow/scripts/open.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,3 @@ if {[env_var_equals GUI_TIMING 1]} {
}

fast_route

if {[env_var_equals GUI_SHOW 1]} {
# Show the GUI when it is ready; it is unresponsive(with modal requesters
# saying it is unresponsive) until everything is loaded
gui::unminimize
}

0 comments on commit dcabbb5

Please sign in to comment.