mirror of https://github.com/efabless/caravel.git
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:
parent
72513ffcbd
commit
26b937b58b
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue