File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed
Expand file tree Collapse file tree 4 files changed +7
-11
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 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
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@ttsky25a
18- with :
19- tools-ref : ttsky25a
17+ uses : TinyTapeout/tt-gds-action/docs@ttsky25b
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@ttsky25a
19+ uses : TinyTapeout/tt-gds-action/fpga/ice40up5k@ttsky25b
Original file line number Diff line number Diff 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
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
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
You can’t perform that action at this time.
0 commit comments