Skip to content

Commit 63adb95

Browse files
committed
ci(gds): switch to correct PDK name ("sky130A")
Previously, the tt-gds-action "pdk" input was not aligned with the official PDK names. We've now aligned the names, so we need to change "sky130" to "sky130A" in our gds workflow.
1 parent ee8ac16 commit 63adb95

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gds.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@ jobs:
1616
- name: Build GDS
1717
uses: TinyTapeout/tt-gds-action@ttsky25b
1818
with:
19-
pdk: sky130
19+
pdk: sky130A
2020

2121
precheck:
2222
needs: gds
2323
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Run Tiny Tapeout Precheck
2626
uses: TinyTapeout/tt-gds-action/precheck@ttsky25b
27-
with:
28-
pdk: sky130
2927

3028
viewer:
3129
needs: gds
@@ -35,5 +33,3 @@ jobs:
3533
id-token: write # to verify the deployment originates from an appropriate source
3634
steps:
3735
- uses: TinyTapeout/tt-gds-action/viewer@ttsky25b
38-
with:
39-
pdk: sky130

0 commit comments

Comments
 (0)