Skip to content

Commit 70a68d6

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 72bf232 commit 70a68d6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/gds.yaml

Lines changed: 1 addition & 7 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
gl_test:
3129
needs: gds
@@ -38,8 +36,6 @@ jobs:
3836

3937
- name: GL test
4038
uses: TinyTapeout/tt-gds-action/gl_test@ttsky25b
41-
with:
42-
pdk: sky130
4339

4440
viewer:
4541
needs: gds
@@ -49,5 +45,3 @@ jobs:
4945
id-token: write # to verify the deployment originates from an appropriate source
5046
steps:
5147
- uses: TinyTapeout/tt-gds-action/viewer@ttsky25b
52-
with:
53-
pdk: sky130

0 commit comments

Comments
 (0)