Skip to content

Commit

Permalink
Merge pull request #49 from efabless/jeffdi-patch-1
Browse files Browse the repository at this point in the history
update tag to mpw-9e
  • Loading branch information
jeffdi committed Sep 7, 2023
2 parents c94f79e + 879d5fa commit d553355
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ 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
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 +198,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 d553355

Please sign in to comment.