File tree 4 files changed +7
-7
lines changed
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
10
10
11
11
# Clone tt-support-tools
12
12
RUN 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
14
14
15
15
COPY test/requirements.txt /ttsetup/test_requirements.txt
16
16
COPY .devcontainer/copy_tt_support_tools.sh /ttsetup
Original file line number Diff line number Diff line change 14
14
submodules : recursive
15
15
16
16
- 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 16
16
submodules : recursive
17
17
18
18
- 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 14
14
submodules : recursive
15
15
16
16
- name : Build GDS
17
- uses : TinyTapeout/tt-gds-action@tt09
17
+ uses : TinyTapeout/tt-gds-action@tt10
18
18
with :
19
19
flow : openlane2
20
20
23
23
runs-on : ubuntu-24.04
24
24
steps :
25
25
- name : Run Tiny Tapeout Precheck
26
- uses : TinyTapeout/tt-gds-action/precheck@tt09
26
+ uses : TinyTapeout/tt-gds-action/precheck@tt10
27
27
28
28
gl_test :
29
29
needs : gds
35
35
submodules : recursive
36
36
37
37
- name : GL test
38
- uses : TinyTapeout/tt-gds-action/gl_test@tt09
38
+ uses : TinyTapeout/tt-gds-action/gl_test@tt10
39
39
40
40
viewer :
41
41
needs : gds
44
44
pages : write # to deploy to Pages
45
45
id-token : write # to verify the deployment originates from an appropriate source
46
46
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