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:
14
.github/workflows/openlane.yml
vendored
Normal file
14
.github/workflows/openlane.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user