This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
fix: restrict decap/fill cells to solve poly density issue #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: gds | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
gds: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout repo | |
uses: actions/checkout@v4 | |
with: | |
submodules: recursive | |
- name: Build GDS | |
uses: TinyTapeout/tt-gds-action@tt09 | |
with: | |
flow: openlane2 | |
precheck: | |
needs: gds | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run Tiny Tapeout Precheck | |
uses: TinyTapeout/tt-gds-action/precheck@tt09 | |
viewer: | |
needs: gds | |
runs-on: ubuntu-latest | |
permissions: | |
pages: write # to deploy to Pages | |
id-token: write # to verify the deployment originates from an appropriate source | |
steps: | |
- uses: TinyTapeout/tt-gds-action/viewer@tt09 |