mirror of https://github.com/VLSIDA/OpenRAM.git
Fix tab spacing in Makefile
This commit is contained in:
parent
2796800898
commit
08c2e21724
|
|
@ -55,21 +55,21 @@ all: | configs
|
||||||
docker run -v $(TOP_DIR):/openram \
|
docker run -v $(TOP_DIR):/openram \
|
||||||
-v $(SKY130_PDK):$(SKY130_PDK) \
|
-v $(SKY130_PDK):$(SKY130_PDK) \
|
||||||
-e PDK_ROOT=$(PDK_ROOT) \
|
-e PDK_ROOT=$(PDK_ROOT) \
|
||||||
-e OPENRAM_HOME=/openram/compiler \
|
-e OPENRAM_HOME=/openram/compiler \
|
||||||
-e OPENRAM_TECH=/openram/technology \
|
-e OPENRAM_TECH=/openram/technology \
|
||||||
-e OPENRAM_TMP=/openram/macros/$*/tmp \
|
-e OPENRAM_TMP=/openram/macros/$*/tmp \
|
||||||
--user $(UID):$(GID) \
|
--user $(UID):$(GID) \
|
||||||
vlsida/openram-ubuntu:latest \
|
vlsida/openram-ubuntu:latest \
|
||||||
python3 -u /openram/compiler/openram.py $(OPENRAM_OPTS) -o $* -p /openram/macros/$* /openram/macros/$< && touch $@
|
python3 -u /openram/compiler/openram.py $(OPENRAM_OPTS) -o $* -p /openram/macros/$* /openram/macros/$< && touch $@
|
||||||
|
|
||||||
mount:
|
mount:
|
||||||
docker run -it -v $(TOP_DIR):/openram \
|
docker run -it -v $(TOP_DIR):/openram \
|
||||||
-v $(SKY130_PDK):$(SKY130_PDK) \
|
-v $(SKY130_PDK):$(SKY130_PDK) \
|
||||||
-e PDK_ROOT=$(PDK_ROOT) \
|
-e PDK_ROOT=$(PDK_ROOT) \
|
||||||
-e OPENRAM_HOME=/openram/compiler \
|
-e OPENRAM_HOME=/openram/compiler \
|
||||||
-e OPENRAM_TECH=/openram/technology \
|
-e OPENRAM_TECH=/openram/technology \
|
||||||
--user $(UID):$(GID) \
|
--user $(UID):$(GID) \
|
||||||
vlsida/openram-ubuntu:latest
|
vlsida/openram-ubuntu:latest
|
||||||
.PHONY: mount
|
.PHONY: mount
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue