From 26b937b58b68f747b71c4b6926d64fcf8415c7d7 Mon Sep 17 00:00:00 2001 From: Marwan Abbas <67271180+marwaneltoukhy@users.noreply.github.com> Date: Fri, 8 Apr 2022 16:47:05 +0200 Subject: [PATCH] Remove openlane dependency from volare (#56) * remove openlane dependency from pdk-with-volare * minor fix to remove openlane dependecy Co-authored-by: Marwan Abbas --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f9d8f9f6..441c4694 100644 --- a/Makefile +++ b/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