Skip to content

Commit 49913ab

Browse files
committed
chore: update tags for TTSKY25b
1 parent 8e992ec commit 49913ab

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt install -y iverilog gtkwave python3 python3-pip python3-venv python3-tk
1010

1111
# Clone tt-support-tools
1212
RUN mkdir -p /ttsetup
13-
RUN git clone -b ttsky25a https://github.com/TinyTapeout/tt-support-tools /ttsetup/tt-support-tools
13+
RUN git clone https://github.com/TinyTapeout/tt-support-tools /ttsetup/tt-support-tools
1414

1515
COPY test/requirements.txt /ttsetup/test_requirements.txt
1616
COPY .devcontainer/copy_tt_support_tools.sh /ttsetup

.github/workflows/docs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ jobs:
1414
submodules: recursive
1515

1616
- name: Build docs
17-
uses: TinyTapeout/tt-gds-action/docs@ttsky25a
18-
with:
19-
tools-ref: ttsky25a
17+
uses: TinyTapeout/tt-gds-action/docs@ttsky25b

.github/workflows/fpga.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
submodules: recursive
1717

1818
- name: FPGA bitstream for TT ASIC Sim (ICE40UP5K)
19-
uses: TinyTapeout/tt-gds-action/fpga/ice40up5k@ttsky25a
19+
uses: TinyTapeout/tt-gds-action/fpga/ice40up5k@ttsky25b

.github/workflows/gds.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,18 @@ jobs:
1414
submodules: recursive
1515

1616
- name: Build GDS
17-
uses: TinyTapeout/tt-gds-action@ttsky25a
17+
uses: TinyTapeout/tt-gds-action@ttsky25b
1818
with:
1919
pdk: sky130
20-
tools-ref: main
2120

2221
precheck:
2322
needs: gds
2423
runs-on: ubuntu-24.04
2524
steps:
2625
- name: Run Tiny Tapeout Precheck
27-
uses: TinyTapeout/tt-gds-action/precheck@ttsky25a
26+
uses: TinyTapeout/tt-gds-action/precheck@ttsky25b
2827
with:
2928
pdk: sky130
30-
tools-ref: main
3129

3230
gl_test:
3331
needs: gds
@@ -39,7 +37,7 @@ jobs:
3937
submodules: recursive
4038

4139
- name: GL test
42-
uses: TinyTapeout/tt-gds-action/gl_test@ttsky25a
40+
uses: TinyTapeout/tt-gds-action/gl_test@ttsky25b
4341
with:
4442
pdk: sky130
4543

@@ -50,6 +48,6 @@ jobs:
5048
pages: write # to deploy to Pages
5149
id-token: write # to verify the deployment originates from an appropriate source
5250
steps:
53-
- uses: TinyTapeout/tt-gds-action/viewer@ttsky25a
51+
- uses: TinyTapeout/tt-gds-action/viewer@ttsky25b
5452
with:
5553
pdk: sky130

0 commit comments

Comments
 (0)