Skip to content

Commit 205c72b

Browse files
committed
makefile: fix breakage of gui_synth and add open_synth
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 7db5d2c commit 205c72b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

flow/Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,13 +915,19 @@ preview_macro_placement:
915915
@$(UNSET_AND_MAKE) $(RESULTS_DIR)/$(MACRO_PREVIEW_ODB)
916916
@$(UNSET_AND_MAKE) gui_$(MACRO_PREVIEW_ODB)
917917

918+
.PHONY: gui_synth
919+
gui_synth:
920+
$(OPENROAD_GUI_CMD) $(SCRIPTS_DIR)/sta-synth.tcl
921+
.PHONY: open_synth
922+
open_synth:
923+
$(OPENROAD_NO_EXIT_CMD) $(SCRIPTS_DIR)/sta-synth.tcl
924+
918925
define OPEN_GUI_SHORTCUT
919926
.PHONY: gui_$(1) open_$(1)
920927
gui_$(1): gui_$(2)
921928
open_$(1): open_$(2)
922929
endef
923930

924-
$(eval $(call OPEN_GUI_SHORTCUT,synth,))
925931
$(eval $(call OPEN_GUI_SHORTCUT,floorplan,2_floorplan.odb))
926932
$(eval $(call OPEN_GUI_SHORTCUT,place,3_place.odb))
927933
$(eval $(call OPEN_GUI_SHORTCUT,cts,4_cts.odb))

0 commit comments

Comments
 (0)