Skip to content

Commit

Permalink
Fix GDS generation gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Oct 2, 2024
1 parent fd68d88 commit a60197c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/openlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@ name: Build GDS using OpenLANE and sky130 PDK

on: [push]
jobs:
build-openlane:
build-openlane-sky130:
runs-on: ubuntu-latest
env:
REPO : serv
VLNV : serv
steps:
- name: Checkout subservient
- name: Checkout repo
uses: actions/checkout@v4
- name: Build with Openlane
uses: librecores/ci-fusesoc-action@migrate-dockerized
with:
core: serv
target: sky130
tool: openlane
path: serv
- run: echo "EDALIZE_LAUNCHER=el_docker" >> $GITHUB_ENV
- run: pip3 install fusesoc
- run: fusesoc library add $REPO $GITHUB_WORKSPACE/$REPO
- run: fusesoc run --target=sky130 $VLNV
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a60197c

Please sign in to comment.