From b874dd172ce5de30a4740e8e535177fe0aac41b2 Mon Sep 17 00:00:00 2001 From: Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:51:33 -0700 Subject: [PATCH 1/2] update tag to mpw-9e --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 81ccf12b..34b261dd 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ export PDKPATH?=$(PDK_ROOT)/$(PDK) # Install lite version of caravel, (1): caravel-lite, (0): caravel CARAVEL_LITE?=1 -MPW_TAG ?= mpw-9d +MPW_TAG ?= mpw-9e export PDK_ROOT?=$(PWD)/dependencies/pdks ifeq ($(CARAVEL_LITE),1) @@ -197,4 +197,4 @@ setup-cocotb: @pip install caravel-cocotb==1.0.0 @(python3 $(PROJECT_ROOT)/verilog/dv/setup-cocotb.py $(CARAVEL_ROOT) $(MCW_ROOT) $(PDK_ROOT) $(PDK) $(PROJECT_ROOT)) @docker pull efabless/dv:latest - @docker pull efabless/dv:cocotb \ No newline at end of file + @docker pull efabless/dv:cocotb From 879d5fa01a7d1484445d53b23f6f1faa5963b9a2 Mon Sep 17 00:00:00 2001 From: Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> Date: Wed, 6 Sep 2023 15:50:58 -0700 Subject: [PATCH 2/2] Update open_pdks commit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34b261dd..0f728617 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,8 @@ PRECHECK_ROOT?=${HOME}/mpw_precheck SIM ?= RTL CUP_ROOT?=$(PWD) -export OPEN_PDKS_COMMIT?=e6f9c8876da77220403014b116761b0b2d79aab4 +SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c +export OPEN_PDKS_COMMIT?=78b7bc32ddb4b6f14f76883c2e2dc5b5de9d1cbc export PDK?=sky130A export PDKPATH?=$(PDK_ROOT)/$(PDK) # Install lite version of caravel, (1): caravel-lite, (0): caravel