From 2f7b70339c5ae98d724038863eda8119441b21e2 Mon Sep 17 00:00:00 2001 From: Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> Date: Thu, 30 May 2024 14:32:03 -0700 Subject: [PATCH] tag mpw-9j --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1211e6b..09fa2669 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ export PDKPATH?=$(PDK_ROOT)/$(PDK) # Install lite version of caravel, (1): caravel-lite, (0): caravel CARAVEL_LITE?=1 -MPW_TAG ?= mpw-9i +MPW_TAG ?= mpw-9j export PDK_ROOT?=$(PWD)/dependencies/pdks ifeq ($(CARAVEL_LITE),1)