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] 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