Remove openlane dependency from volare (#56)

* remove openlane dependency from pdk-with-volare

* minor fix to remove openlane dependecy

Co-authored-by: Marwan Abbas <marwan@ciic.c.catx-ext-efabless.internal>
This commit is contained in:
Marwan Abbas 2022-04-08 16:47:05 +02:00 committed by GitHub
parent 72513ffcbd
commit 26b937b58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1216,7 +1216,7 @@ endif
###########################################################################
.PHONY: pdk-with-volare
pdk-with-volare: check-python install-volare $(OPENLANE_ROOT)/dependencies/tool_metadata.yml
pdk-with-volare: check-python install-volare
@volare enable ${OPEN_PDKS_COMMIT}
check-python:
@ -1227,9 +1227,6 @@ endif
install-volare:
python3 -m pip install --upgrade volare
$(OPENLANE_ROOT)/dependencies/tool_metadata.yml:
$(error either openlane is missing or OPENLANE_ROOT is not exported)
###########################################################################
pdk-with-sram: pdk