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