Skip to content

Commit 6d8e013

Browse files
committed
chore: update tags for TTSKY25a
1 parent 42f6d37 commit 6d8e013

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
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 tt10 https://github.com/TinyTapeout/tt-support-tools /ttsetup/tt-support-tools
13+
RUN git clone -b ttsky25a 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
@@ -24,4 +24,4 @@ RUN umask 022 && \
2424
chmod 755 /usr/local/bin
2525

2626
# Install openlane
27-
RUN pip3 install openlane==2.1.5
27+
RUN pip3 install openlane==2.2.9

.github/workflows/docs.yaml

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

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

.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@ttsky25a

.github/workflows/gds.yaml

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

1616
- name: Build GDS
17-
uses: TinyTapeout/tt-gds-action@tt10
17+
uses: TinyTapeout/tt-gds-action@ttsky25a
1818
with:
19-
flow: openlane2
19+
pdk: sky130
20+
tools-ref: ttsky25a
2021

2122
precheck:
2223
needs: gds
2324
runs-on: ubuntu-24.04
2425
steps:
2526
- name: Run Tiny Tapeout Precheck
26-
uses: TinyTapeout/tt-gds-action/precheck@tt10
27+
uses: TinyTapeout/tt-gds-action/precheck@ttsky25a
28+
with:
29+
pdk: sky130
30+
tools-ref: ttsky25a
2731

2832
gl_test:
2933
needs: gds
@@ -35,7 +39,9 @@ jobs:
3539
submodules: recursive
3640

3741
- name: GL test
38-
uses: TinyTapeout/tt-gds-action/gl_test@tt10
42+
uses: TinyTapeout/tt-gds-action/gl_test@ttsky25a
43+
with:
44+
pdk: sky130
3945

4046
viewer:
4147
needs: gds
@@ -44,4 +50,6 @@ jobs:
4450
pages: write # to deploy to Pages
4551
id-token: write # to verify the deployment originates from an appropriate source
4652
steps:
47-
- uses: TinyTapeout/tt-gds-action/viewer@tt10
53+
- uses: TinyTapeout/tt-gds-action/viewer@ttsky25a
54+
with:
55+
pdk: sky130

0 commit comments

Comments
 (0)