mirror of https://github.com/efabless/caravel.git
remove openlane dependency from pdk-with-volare (#55)
Co-authored-by: Marwan Abbas <marwan@ciic.c.catx-ext-efabless.internal>
This commit is contained in:
parent
f2cf19d6f2
commit
72513ffcbd
2
Makefile
2
Makefile
|
@ -1217,7 +1217,7 @@ 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
|
||||
@volare enable ${OPEN_PDKS_COMMIT}
|
||||
|
||||
check-python:
|
||||
ifeq ($(shell which python3),)
|
||||
|
|
Loading…
Reference in New Issue