Skip to content

Commit

Permalink
change ci job name & update ol2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 17, 2023
1 parent cc18841 commit e7527b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
workflow_dispatch:

jobs:
pdk:
build-pdk:
runs-on: ubuntu-latest
name: Build PDK and Cache PDK
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:
strategy:
matrix:
pdk: ["sky130A", "sky130B"]
needs: [pdk]
needs: [build-pdk]
steps:
- uses: actions/checkout@v2

Expand Down
6 changes: 3 additions & 3 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-b4
export OPENLANE_TAG?=2.0.0-b5
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-b4
export OPENLANE_TAG?=2.0.0-b5
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-b4
export OPENLANE_TAG?=2.0.0-b5

endif

Expand Down

0 comments on commit e7527b8

Please sign in to comment.