Move pdk installation inside docker to use Magic from docker image.

This commit is contained in:
mrg
2022-06-21 12:10:15 -07:00
parent 374562f354
commit ac86ad0e8a
6 changed files with 42 additions and 43 deletions
-9
View File
@@ -19,12 +19,3 @@ push:
pull:
docker pull vlsida/openram-ubuntu:latest
mount:
docker run -it -v $(TOP_DIR):/openram \
-v $(SKY130_PDK):$(SKY130_PDK) \
-e PDK_ROOT=$(PDK_ROOT) \
-e OPENRAM_HOME=/openram/compiler \
-e OPENRAM_TECH=/openram/technology \
--user $(UID):$(GID) \
vlsida/openram-ubuntu:latest
.PHONY: mount