Skip to content

Commit

Permalink
update ol2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 17, 2023
1 parent e7527b8 commit af9c913
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export ROOTLESS
ifeq ($(PDK),sky130A)
SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
export OPEN_PDKS_COMMIT?=78b7bc32ddb4b6f14f76883c2e2dc5b5de9d1cbc
export OPENLANE_TAG?=2.0.0-b5
export OPENLANE_TAG?=2.0.0-b6
MPW_TAG ?= mpw-9d

ifeq ($(CARAVEL_LITE),1)
Expand All @@ -60,7 +60,7 @@ endif
ifeq ($(PDK),sky130B)
SKYWATER_COMMIT=f70d8ca46961ff92719d8870a18a076370b85f6c
export OPEN_PDKS_COMMIT?=78b7bc32ddb4b6f14f76883c2e2dc5b5de9d1cbc
export OPENLANE_TAG?=2.0.0-b5
export OPENLANE_TAG?=2.0.0-b6
MPW_TAG ?= mpw-9d

ifeq ($(CARAVEL_LITE),1)
Expand All @@ -82,7 +82,7 @@ ifeq ($(PDK),gf180mcuC)
CARAVEL_REPO := https://github.com/efabless/caravel-gf180mcu
CARAVEL_TAG := $(MPW_TAG)
export OPEN_PDKS_COMMIT?=e6f9c8876da77220403014b116761b0b2d79aab4
export OPENLANE_TAG?=2.0.0-b5
export OPENLANE_TAG?=2.0.0-b6

endif

Expand Down Expand Up @@ -194,7 +194,6 @@ OPENLANE_TAG_DOCKER=$(subst -,,$(OPENLANE_TAG))
openlane-docker-container:
docker pull ghcr.io/efabless/openlane2:$(OPENLANE_TAG_DOCKER)

.PHONY: openlane-venv
openlane-venv: openlane-venv/manifest.txt
openlane-venv/manifest.txt:
rm -rf openlane-venv
Expand Down

0 comments on commit af9c913

Please sign in to comment.