Skip to content

Commit 8ceed74

Browse files
authored
Update Makefile
1 parent 741335c commit 8ceed74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ifeq ($(PDK),sky130A)
3434
SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
3535
export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f
3636
export OPENLANE_TAG?=2022.11.19
37-
MPW_TAG ?= mpw-8a
37+
MPW_TAG ?= mpw-8b
3838

3939
ifeq ($(CARAVEL_LITE),1)
4040
CARAVEL_NAME := caravel-lite
@@ -52,7 +52,7 @@ ifeq ($(PDK),sky130B)
5252
SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
5353
export OPEN_PDKS_COMMIT?=0059588eebfc704681dc2368bd1d33d96281d10f
5454
export OPENLANE_TAG?=2022.11.19
55-
MPW_TAG ?= mpw-8a
55+
MPW_TAG ?= mpw-8b
5656

5757
ifeq ($(CARAVEL_LITE),1)
5858
CARAVEL_NAME := caravel-lite
@@ -68,7 +68,7 @@ endif
6868

6969
ifeq ($(PDK),gf180mcuC)
7070

71-
MPW_TAG ?= gfmpw-0a
71+
MPW_TAG ?= gfmpw-0b
7272
CARAVEL_NAME := caravel
7373
CARAVEL_REPO := https://github.com/efabless/caravel-gf180mcu
7474
CARAVEL_TAG := $(MPW_TAG)

0 commit comments

Comments
 (0)