Skip to content

Commit c973db3

Browse files
authored
Merge branch 'The-OpenROAD-Project:master' into tighten_rules_tns_100_pin_swap
2 parents a0d5fe1 + 200988f commit c973db3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

flow/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ RESULTS_ODB = $(notdir $(sort $(wildcard $(RESULTS_DIR)/*.odb)))
824824
RESULTS_DEF = $(notdir $(sort $(wildcard $(RESULTS_DIR)/*.def)))
825825
RESULTS_GDS = $(notdir $(sort $(wildcard $(RESULTS_DIR)/*.gds)))
826826
RESULTS_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
839840
gui_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

flow/platforms/asap7/config.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ export MAKE_TRACKS = $(PLATFORM_DIR)/openRoad/make_tracks.tcl
8181
export 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

8787
export MACRO_PLACE_HALO ?= 10 10
8888
export MACRO_PLACE_CHANNEL ?= 12 12

0 commit comments

Comments
 (0)