Skip to content

Commit

Permalink
update tag to mpw-9e
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdi authored Sep 6, 2023
1 parent c94f79e commit b874dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
@docker pull efabless/dv:cocotb

0 comments on commit b874dd1

Please sign in to comment.