File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -824,6 +824,7 @@ RESULTS_ODB = $(notdir $(sort $(wildcard $(RESULTS_DIR)/*.odb)))
824824RESULTS_DEF = $(notdir $(sort $(wildcard $(RESULTS_DIR ) /* .def) ) )
825825RESULTS_GDS = $(notdir $(sort $(wildcard $(RESULTS_DIR ) /* .gds) ) )
826826RESULTS_OAS = $(notdir $(sort $(wildcard $(RESULTS_DIR ) /* .oas) ) )
827+ .PHONY : $(foreach file,$(RESULTS_DEF ) $(RESULTS_GDS ) $(RESULTS_OAS ) ,klayout_$(file ) )
827828$(foreach file,$(RESULTS_DEF ) $(RESULTS_GDS ) $(RESULTS_OAS ) ,klayout_$(file ) ) : klayout_% : $(OBJECTS_DIR ) /klayout.lyt
828829 $(KLAYOUT_CMD ) -nn $(OBJECTS_DIR ) /klayout.lyt $(RESULTS_DIR ) /$*
829830
@@ -838,9 +839,11 @@ gui_route: gui_5_route.odb
838839.PHONY : gui_final
839840gui_final : gui_6_final.odb
840841
842+ .PHONY : $(foreach file,$(RESULTS_DEF ) ,gui_$(file ) )
841843$(foreach file,$(RESULTS_DEF ) ,gui_$(file ) ) : gui_% :
842844 DEF_FILE=$(RESULTS_DIR ) /$* $(OPENROAD_GUI_CMD ) $(SCRIPTS_DIR ) /gui.tcl
843845
846+ .PHONY : $(foreach file,$(RESULTS_ODB ) ,gui_$(file ) )
844847$(foreach file,$(RESULTS_ODB ) ,gui_$(file ) ) : gui_% :
845848 ODB_FILE=$(RESULTS_DIR ) /$* $(OPENROAD_GUI_CMD ) $(SCRIPTS_DIR ) /gui.tcl
846849
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ export MAKE_TRACKS = $(PLATFORM_DIR)/openRoad/make_tracks.tcl
8181export PDN_TCL ?= $(PLATFORM_DIR ) /openRoad/pdn/grid_strategy-M1-M2-M5-M6.tcl
8282
8383# IO Placer pin layers
84- export IO_PLACER_H = M4
85- export IO_PLACER_V = M5
84+ export IO_PLACER_H ? = M4
85+ export IO_PLACER_V ? = M5
8686
8787export MACRO_PLACE_HALO ?= 10 10
8888export MACRO_PLACE_CHANNEL ?= 12 12
You can’t perform that action at this time.
0 commit comments