1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-28 04:27:28 +00:00

Add Github action to build with openlane+sky130

This commit is contained in:
Olof Kindgren
2021-08-25 23:44:25 +02:00
parent 52d0bf0938
commit b15b5ed652

14
.github/workflows/openlane.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: build-openlane-sky130
on: [push]
jobs:
build-openlane:
runs-on: ubuntu-latest
steps:
- name: Checkout subservient
uses: actions/checkout@v2
- name: Build with Openlane
uses: librecores/ci-fusesoc-action@migrate-dockerized
with:
core: serv
target: sky130
tool: openlane