1
0
mirror of https://github.com/olofk/serv.git synced 2026-04-19 00:07:25 +00:00

Prepare for release

This commit is contained in:
Olof Kindgren
2025-10-15 08:59:58 +02:00
parent 4ec55f94fd
commit 7d9cde4e6c
9 changed files with 37 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
env:
REPO : serv
VLNV : serv
VLNV : award-winning:serv:serv
steps:
- name: Checkout repo
uses: actions/checkout@v4
@@ -15,11 +15,11 @@ jobs:
- 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
- run: fusesoc run --target=sky130 --work-root=openlane_work $VLNV
- run: find -name *.gds
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
name: serv.gds
path: build/serv_1.3.0/sky130-openlane/runs/serv_synth_wrapper/results/finishing/serv_synth_wrapper.gds
path: openlane_work/runs/serv_synth_wrapper/results/finishing/serv_synth_wrapper.gds