Skip to content

Commit 4c28002

Browse files
committed
Makefile commit updates for 2409
1 parent 966648a commit 4c28002

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Makefile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
MAKEFLAGS+=--warn-undefined-variables
1717

1818
export CARAVEL_ROOT?=$(PWD)/caravel
19+
export UPRJ_ROOT?=$(PWD)
1920
PRECHECK_ROOT?=${HOME}/mpw_precheck
2021
export MCW_ROOT?=$(PWD)/mgmt_core_wrapper
2122
SIM?=RTL
@@ -43,9 +44,9 @@ export ROOTLESS
4344

4445
ifeq ($(PDK),sky130A)
4546
SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
46-
export OPEN_PDKS_COMMIT?=dd7771c384ed36b91a25e9f8b314355fc26561be
47-
export OPENLANE_TAG?=2023.10.16
48-
MPW_TAG ?= mpw-9i
47+
export OPEN_PDKS_COMMIT?=c887119ffa27d48613249b973a66dc667fe6ecd3
48+
export OPENLANE_TAG?=2024.07.19
49+
MPW_TAG ?= mpw-9k
4950

5051
ifeq ($(CARAVEL_LITE),1)
5152
CARAVEL_NAME := caravel-lite
@@ -61,9 +62,9 @@ endif
6162

6263
ifeq ($(PDK),sky130B)
6364
SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
64-
export OPEN_PDKS_COMMIT?=dd7771c384ed36b91a25e9f8b314355fc26561be
65-
export OPENLANE_TAG?=2023.10.16
66-
MPW_TAG ?= mpw-9i
65+
export OPEN_PDKS_COMMIT?=c887119ffa27d48613249b973a66dc667fe6ecd3
66+
export OPENLANE_TAG?=2024.07.19
67+
MPW_TAG ?= mpw-9k
6768

6869
ifeq ($(CARAVEL_LITE),1)
6970
CARAVEL_NAME := caravel-lite

0 commit comments

Comments
 (0)