Skip to content

Instantly share code, notes, and snippets.

@urish
Last active November 3, 2023 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save urish/21724bf894473b232e399bb74db80f4e to your computer and use it in GitHub Desktop.
Save urish/21724bf894473b232e399bb74db80f4e to your computer and use it in GitHub Desktop.
Tiny Tapeout Custom GDS submission - GDS action
# Copy this file to .github/workflows/gds.yaml
name: gds
on:
push:
workflow_dispatch:
jobs:
gds:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
with:
submodules: recursive
- name: Create and publish the GDS artifact
uses: TinyTapeout/tt-gds-action/custom_gds@tt05
with:
top_module: tt_um_example
gds_path: gds/tt_um_tt_um_example.gds
lef_path: lef/tt_um_tt_um_example.lef
verilog_path: verilog/tt_um_tt_um_example.v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment