Skip to content

Commit

Permalink
Merge pull request #5 from olofk/master
Browse files Browse the repository at this point in the history
Fix OpenLANE CI
  • Loading branch information
secworks authored Jan 10, 2024
2 parents ff9855d + 0326132 commit e593100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 50 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,11 @@ jobs:
VLNV : secworks:crypto:prince
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: prince
- name: Checkout pdk
uses: actions/checkout@v2
with:
repository: olofk/pdklite
path: pdklite
- run: echo "PDK_ROOT=$GITHUB_WORKSPACE/pdklite" >> $GITHUB_ENV
- run: echo "EDALIZE_LAUNCHER=${GITHUB_WORKSPACE}/$REPO/.github/workflows/openlane_runner.py" >> $GITHUB_ENV
- run: pip3 install --user -e "git+https://github.com/olofk/edalize.git#egg=edalize"
- run: echo "EDALIZE_LAUNCHER=el_docker" >> $GITHUB_ENV
- run: pip3 install fusesoc
# - run: docker pull efabless/openlane:v0.12
- run: fusesoc library add $REPO $GITHUB_WORKSPACE/$REPO
- run: fusesoc run --target=sky130 $VLNV

Expand All @@ -32,7 +24,7 @@ jobs:
VLNV : secworks:crypto:prince
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: prince
- run: sudo apt install iverilog
Expand All @@ -48,7 +40,7 @@ jobs:
VLNV : secworks:crypto:prince
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: prince
- run: sudo apt install verilator
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/openlane_runner.py

This file was deleted.

0 comments on commit e593100

Please sign in to comment.