From 3f2d7c3ed02a001d422a868cac7f187b4566a7f4 Mon Sep 17 00:00:00 2001 From: Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> Date: Fri, 18 Nov 2022 21:30:29 -0800 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c8aae48e5..1e40037f1 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ ifeq ($(PDK),sky130A) SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f export OPENLANE_TAG?=2022.10.20 - MPW_TAG ?= mpw-7d + MPW_TAG ?= mpw-7g ifeq ($(CARAVEL_LITE),1) CARAVEL_NAME := caravel-lite @@ -52,7 +52,7 @@ ifeq ($(PDK),sky130B) SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f export OPENLANE_TAG?=2022.10.20 - MPW_TAG ?= mpw-7d + MPW_TAG ?= mpw-7g ifeq ($(CARAVEL_LITE),1) CARAVEL_NAME := caravel-lite