From 730decb0be5a2ad6fcbb296a67f71bc1481f53e3 Mon Sep 17 00:00:00 2001 From: Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:10:52 -0700 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9f56789..cb1b2f9e 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-9j +MPW_TAG ?= mpw-9k export PDK_ROOT?=$(PWD)/dependencies/pdks ifeq ($(CARAVEL_LITE),1)