Skip to content

Commit

Permalink
updated pdk mount directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaneltoukhy committed Jul 25, 2023
1 parent 14e8c0f commit 37c323b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openlane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ openlane_cmd_interactive = "flow.tcl -it -file $$(realpath ./$*/interactive.tcl)

docker_mounts = \
-v $$(realpath $(PWD)/..):$$(realpath $(PWD)/..) \
-v $(PDK_ROOT):/pdk \
-v $(PDK_ROOT):$(PDK_ROOT) \
-v $(CARAVEL_ROOT):$(CARAVEL_ROOT) \
-v $(OPENLANE_ROOT):/openlane

docker_env = \
-e PDK_ROOT=/pdk \
-e PDK_ROOT=$(PDK_ROOT) \
-e PDK=$(PDK) \
-e MISMATCHES_OK=1 \
-e CARAVEL_ROOT=$(CARAVEL_ROOT) \
Expand Down

0 comments on commit 37c323b

Please sign in to comment.