From b15b5ed6525359882d39705ba1ad04cd4bd7be2e Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Wed, 25 Aug 2021 23:44:25 +0200 Subject: [PATCH] Add Github action to build with openlane+sky130 --- .github/workflows/openlane.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/openlane.yml diff --git a/.github/workflows/openlane.yml b/.github/workflows/openlane.yml new file mode 100644 index 0000000..8fcd4c9 --- /dev/null +++ b/.github/workflows/openlane.yml @@ -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