This repository was archived by the owner on Jun 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
1212RUN 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
1515COPY test/requirements.txt /ttsetup/test_requirements.txt
1616COPY .devcontainer/copy_tt_support_tools.sh /ttsetup
Original file line number Diff line number Diff line change 1414 submodules : recursive
1515
1616 - name : Build docs
17- uses : TinyTapeout/tt-gds-action/docs@tt09
17+ uses : TinyTapeout/tt-gds-action/docs@tt10
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
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
You can’t perform that action at this time.
0 commit comments