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 0657918 commit d1ecb60Copy full SHA for d1ecb60
flow/Makefile
@@ -331,6 +331,9 @@ gui_$(1):
331
$(2)=$(RESULTS_DIR)/$(1) $(OPENROAD_GUI_CMD) $(SCRIPTS_DIR)/open.tcl
332
endef
333
334
+# Enables "make gui_5_1_grt-failed"
335
+$(eval $(call OPEN_GUI_SHORTCUT,5_1_grt-failed,5_1_grt-failed.odb))
336
+
337
# Separate dependency checking and doing a step. This can
338
# be useful to retest a stage without having to delete the
339
# target, or when building a wafer thin layer on top of
0 commit comments