mirror of
https://github.com/olofk/serv.git
synced 2026-01-11 23:42:50 +00:00
Fix GDS generation gh action
This commit is contained in:
parent
f001e5b09e
commit
7b1044c01c
22
.github/workflows/openlane.yml
vendored
22
.github/workflows/openlane.yml
vendored
@ -2,19 +2,23 @@ name: Build GDS using OpenLANE and sky130 PDK
|
|||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build-openlane:
|
build-openlane-sky130:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
REPO : serv
|
||||||
|
VLNV : serv
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout subservient
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build with Openlane
|
|
||||||
uses: librecores/ci-fusesoc-action@migrate-dockerized
|
|
||||||
with:
|
with:
|
||||||
core: serv
|
path: serv
|
||||||
target: sky130
|
- run: echo "EDALIZE_LAUNCHER=el_docker" >> $GITHUB_ENV
|
||||||
tool: openlane
|
- run: pip3 install fusesoc
|
||||||
|
- run: fusesoc library add $REPO $GITHUB_WORKSPACE/$REPO
|
||||||
|
- run: fusesoc run --target=sky130 $VLNV
|
||||||
|
- run: find -name *.gds
|
||||||
- name: Store artifacts
|
- name: Store artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: serv.gds
|
name: serv.gds
|
||||||
path: /home/runner/work/serv/serv/build/serv_1.3.0/sky130-openlane/gds/serv_synth_wrapper.gds
|
path: /home/runner/work/serv/serv/serv/build/serv_1.3.0/sky130-openlane/runs/serv_synth_wrapper/results/final/gds/serv_synth_wrapper.gds
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user