Skip to content

Commit 5077094

Browse files
committed
chore: update tags for tt10
1 parent 99c75c9 commit 5077094

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.devcontainer/Dockerfile

+1-1
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 tt09 https://github.com/TinyTapeout/tt-support-tools /ttsetup/tt-support-tools
13+
RUN git clone -b tt10 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
submodules: recursive
1515

1616
- name: Build docs
17-
uses: TinyTapeout/tt-gds-action/docs@tt09
17+
uses: TinyTapeout/tt-gds-action/docs@tt10

.github/workflows/fpga.yaml

+1-1
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@tt09
19+
uses: TinyTapeout/tt-gds-action/fpga/ice40up5k@tt10

.github/workflows/gds.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
submodules: recursive
1515

1616
- name: Build GDS
17-
uses: TinyTapeout/tt-gds-action@tt09
17+
uses: TinyTapeout/tt-gds-action@tt10
1818
with:
1919
flow: openlane2
2020

@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Run Tiny Tapeout Precheck
26-
uses: TinyTapeout/tt-gds-action/precheck@tt09
26+
uses: TinyTapeout/tt-gds-action/precheck@tt10
2727

2828
gl_test:
2929
needs: gds
@@ -35,7 +35,7 @@ jobs:
3535
submodules: recursive
3636

3737
- name: GL test
38-
uses: TinyTapeout/tt-gds-action/gl_test@tt09
38+
uses: TinyTapeout/tt-gds-action/gl_test@tt10
3939

4040
viewer:
4141
needs: gds
@@ -44,4 +44,4 @@ jobs:
4444
pages: write # to deploy to Pages
4545
id-token: write # to verify the deployment originates from an appropriate source
4646
steps:
47-
- uses: TinyTapeout/tt-gds-action/viewer@tt09
47+
- uses: TinyTapeout/tt-gds-action/viewer@tt10

0 commit comments

Comments
 (0)