@@ -414,9 +414,8 @@ do-$(1)$(if $(4),$(4),):
414414 cp $(RESULTS_DIR ) /$(2 ) $(RESULTS_DIR ) /$(1 )$(if $(4 ) ,$(4 ) ,.odb)
415415endef
416416
417+ $(eval $(call do-step,1_3_synth,$(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc,synth_odb))
417418
418- # STEP 1: Translate verilog to odb
419- # -------------------------------------------------------------------------------
420419$(eval $(call do-step,2_1_floorplan,$(RESULTS_DIR)/1_synth.v $(RESULTS_DIR)/1_synth.sdc $(TECH_LEF) $(SC_LEF) $(ADDITIONAL_LEFS) $(FOOTPRINT) $(SIG_MAP_FILE) $(FOOTPRINT_TCL) $(DONT_USE_SC_LIB),floorplan))
421420
422421$(eval $(call do-copy,2_floorplan,2_1_floorplan.sdc,,.sdc))
@@ -775,13 +774,7 @@ nuke: clean_test clean_issues
775774$(foreach file,$(RESULTS_DEF ) $(RESULTS_GDS ) $(RESULTS_OAS ) ,klayout_$(file ) ) : klayout_% : $(OBJECTS_DIR ) /klayout.lyt
776775 $(KLAYOUT_CMD ) -nn $(OBJECTS_DIR ) /klayout.lyt $(RESULTS_DIR ) /$*
777776
778- .PHONY : gui_synth
779- gui_synth :
780- $(OPENROAD_GUI_CMD ) $(SCRIPTS_DIR ) /sta-synth.tcl
781- .PHONY : open_synth
782- open_synth :
783- $(OPENROAD_NO_EXIT_CMD ) $(SCRIPTS_DIR ) /sta-synth.tcl
784-
777+ $(eval $(call OPEN_GUI_SHORTCUT,synth,1_synth.odb))
785778$(eval $(call OPEN_GUI_SHORTCUT,floorplan,2_floorplan.odb))
786779$(eval $(call OPEN_GUI_SHORTCUT,place,3_place.odb))
787780$(eval $(call OPEN_GUI_SHORTCUT,cts,4_cts.odb))
0 commit comments