From 8ceed7414b4450e94797ec29d7e407ecfc69b27f Mon Sep 17 00:00:00 2001 From: Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> Date: Tue, 22 Nov 2022 21:51:47 -0800 Subject: [PATCH] Update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7a99ad486..7d4e1c151 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ ifeq ($(PDK),sky130A) SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f export OPENLANE_TAG?=2022.11.19 - MPW_TAG ?= mpw-8a + MPW_TAG ?= mpw-8b 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.11.19 - MPW_TAG ?= mpw-8a + MPW_TAG ?= mpw-8b ifeq ($(CARAVEL_LITE),1) CARAVEL_NAME := caravel-lite @@ -68,7 +68,7 @@ endif ifeq ($(PDK),gf180mcuC) - MPW_TAG ?= gfmpw-0a + MPW_TAG ?= gfmpw-0b CARAVEL_NAME := caravel CARAVEL_REPO := https://github.com/efabless/caravel-gf180mcu CARAVEL_TAG := $(MPW_TAG)