Skip to content

Commit

Permalink
updated docker mounts to incluse ~/.ipm
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaneltoukhy committed Jul 15, 2024
1 parent a01f3f0 commit db0a9f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ run-precheck: check-pdk check-precheck enable-lvs-pdk
docker run -it -v $(PRECHECK_ROOT):$(PRECHECK_ROOT) \
-v $(INPUT_DIRECTORY):$(INPUT_DIRECTORY) \
-v $(PDK_ROOT):$(PDK_ROOT) \
-v $(HOME)/.ipm:$(HOME)/.ipm \
-e INPUT_DIRECTORY=$(INPUT_DIRECTORY) \
-e PDK_PATH=$(PDK_ROOT)/$(PDK) \
-e PDK_ROOT=$(PDK_ROOT) \
Expand All @@ -266,6 +267,7 @@ run-precheck: check-pdk check-precheck enable-lvs-pdk
docker run -it -v $(PRECHECK_ROOT):$(PRECHECK_ROOT) \
-v $(INPUT_DIRECTORY):$(INPUT_DIRECTORY) \
-v $(PDK_ROOT):$(PDK_ROOT) \
-v $(HOME)/.ipm:$(HOME)/.ipm \
-e INPUT_DIRECTORY=$(INPUT_DIRECTORY) \
-e PDK_PATH=$(PDK_ROOT)/$(PDK) \
-e PDK_ROOT=$(PDK_ROOT) \
Expand Down
1 change: 1 addition & 0 deletions openlane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ docker_mounts = \
-v $$(realpath $(PWD)/..):$$(realpath $(PWD)/..) \
-v $(PDK_ROOT):$(PDK_ROOT) \
-v $(CARAVEL_ROOT):$(CARAVEL_ROOT) \
-v $(HOME)/.ipm:$(HOME)/.ipm \
-v $(OPENLANE_ROOT):/openlane

docker_env = \
Expand Down

0 comments on commit db0a9f8

Please sign in to comment.