From 69bb6826dcdb1074f7ffa8a232637e7cd10ff10e Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 14 Jun 2022 12:08:56 -0700 Subject: [PATCH] Remove duplicate mount target --- macros/Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/macros/Makefile b/macros/Makefile index ca7bcdc7..a51cd678 100644 --- a/macros/Makefile +++ b/macros/Makefile @@ -74,17 +74,6 @@ scn4m_subm: $(SCN4M_SUBM_STAMPS) vlsida/openram-ubuntu:latest \ python3 -u /openram/compiler/openram.py $(OPENRAM_OPTS) -o $* -p /openram/macros/$* /openram/macros/$< && touch $@ -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 - - .DELETE_ON_ERROR: $(STAMPS) $(DIRS):