Skip to content

Commit e53468a

Browse files
committed
chore: update tags for ttihp25b
1 parent a4c493a commit e53468a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:${VARIANT}
44
ENV DEBIAN_FRONTEND=noninteractive
55
ENV PDK_ROOT=/home/vscode/ttsetup/pdk
66
ENV PDK=ihp-sg13g2
7-
ARG TT_SUPPORT_TOOLS_BRANCH=ttihp25a
7+
ARG TT_SUPPORT_TOOLS_BRANCH=ttihp25b
88

99
RUN apt update
1010
RUN apt install -y iverilog gtkwave python3 python3-pip python3-venv python3-tk python-is-python3 libcairo2 verilator libpng-dev libqhull-dev

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
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@ttihp25a
17+
uses: TinyTapeout/tt-gds-action/docs@ttihp25b

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

.github/workflows/gds.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
submodules: recursive
1515

1616
- name: Build GDS
17-
uses: TinyTapeout/tt-gds-action@ttihp25a
17+
uses: TinyTapeout/tt-gds-action@ttihp25b
1818
with:
1919
pdk: ihp
2020

21-
#precheck:
22-
# needs: gds
23-
# runs-on: ubuntu-24.04
24-
# steps:
25-
# - name: Run Tiny Tapeout Precheck
26-
# uses: TinyTapeout/tt-gds-action/precheck@ttihp25a
21+
precheck:
22+
needs: gds
23+
runs-on: ubuntu-24.04
24+
steps:
25+
- name: Run Tiny Tapeout Precheck
26+
uses: TinyTapeout/tt-gds-action/precheck@ttihp25b
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@ttihp25a
38+
uses: TinyTapeout/tt-gds-action/gl_test@ttihp25b
3939
with:
4040
pdk: ihp
4141

@@ -46,4 +46,4 @@ jobs:
4646
pages: write # to deploy to Pages
4747
id-token: write # to verify the deployment originates from an appropriate source
4848
steps:
49-
- uses: TinyTapeout/tt-gds-action/viewer@ttihp25a
49+
- uses: TinyTapeout/tt-gds-action/viewer@ttihp25b

0 commit comments

Comments
 (0)