Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

fix: use DECAP_CELL / FILL_CELL settings from PDK #12

fix: use DECAP_CELL / FILL_CELL settings from PDK

fix: use DECAP_CELL / FILL_CELL settings from PDK #12

Workflow file for this run

name: gds
on:
push:
workflow_dispatch:
jobs:
gds:
runs-on: ubuntu-24.04
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-24.04
steps:
- name: Run Tiny Tapeout Precheck
uses: TinyTapeout/tt-gds-action/precheck@tt09
gl_test:
needs: gds
runs-on: ubuntu-24.04
steps:
- name: checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
- name: GL test
uses: TinyTapeout/tt-gds-action/gl_test@tt09
viewer:
needs: gds
runs-on: ubuntu-24.04
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