Volare integration (#53)

* new target pdk-with-volare

* minor change

* added volare update

* minor modifications
This commit is contained in:
Marwan Abbas 2022-04-07 16:31:07 +02:00 committed by GitHub
parent 5d8b579b6c
commit a54fa37c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -1212,6 +1212,25 @@ else
rm -rf $(MCW_ROOT)/*
endif
###########################################################################
.PHONY: pdk-with-volare
pdk-with-volare: check-python install-volare $(OPENLANE_ROOT)/dependencies/tool_metadata.yml
@volare enable -f $(OPENLANE_ROOT)/dependencies/tool_metadata.yml
check-python:
ifeq ($(shell which python3),)
$(error Please install python 3.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
.PHONY: pdk