File tree Expand file tree Collapse file tree 5 files changed +18
-16
lines changed
Expand file tree Collapse file tree 5 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:${VARIANT}
44ENV DEBIAN_FRONTEND=noninteractive
55ENV PDK_ROOT=/home/vscode/ttsetup/pdk
66ENV PDK=ihp-sg13g2
7- ARG TT_SUPPORT_TOOLS_BRANCH=ttihp25a
7+ ARG TT_SUPPORT_TOOLS_BRANCH=ttihp25b
88
99RUN apt update
10- RUN apt install -y iverilog python3 python3-pip python3-venv python3-tk python-is-python3 libcairo2 verilator libpng-dev libqhull-dev
10+ RUN apt install -y iverilog gtkwave python3 python3-pip python3-venv python3-tk python-is-python3 libcairo2 verilator libpng-dev libqhull-dev
1111
1212# Clone tt-support-tools
1313RUN mkdir -p /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@ttihp25a
17+ uses : TinyTapeout/tt-gds-action/docs@ttihp25b
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@ttihp25b
Original file line number Diff line number Diff line change @@ -14,16 +14,18 @@ jobs:
1414 submodules : recursive
1515
1616 - name : Build GDS
17- uses : TinyTapeout/tt-gds-action@ttihp25a
17+ uses : TinyTapeout/tt-gds-action@ttihp25b
1818 with :
1919 pdk : ihp
2020
21- # precheck:
22- # needs: gds
23- # runs-on: ubuntu-24.04
24- # steps:
25- # - name: Run Tiny Tapeout Precheck
26- # uses: TinyTapeout/tt-gds-action/precheck@ttihp25a
21+ precheck :
22+ needs : gds
23+ runs-on : ubuntu-24.04
24+ steps :
25+ - name : Run Tiny Tapeout Precheck
26+ uses : TinyTapeout/tt-gds-action/precheck@ttihp25b
27+ with :
28+ pdk : ihp
2729
2830 gl_test :
2931 needs : gds
@@ -35,15 +37,15 @@ jobs:
3537 submodules : recursive
3638
3739 - name : GL test
38- uses : TinyTapeout/tt-gds-action/gl_test@ttihp25a
40+ uses : TinyTapeout/tt-gds-action/gl_test@ttihp25b
3941 with :
4042 pdk : ihp
4143
4244 viewer :
4345 needs : gds
4446 runs-on : ubuntu-24.04
4547 permissions :
46- pages : write # to deploy to Pages
47- id-token : write # to verify the deployment originates from an appropriate source
48+ pages : write # to deploy to Pages
49+ id-token : write # to verify the deployment originates from an appropriate source
4850 steps :
49- - uses : TinyTapeout/tt-gds-action/viewer@ttihp25a
51+ - uses : TinyTapeout/tt-gds-action/viewer@ttihp25b
Original file line number Diff line number Diff line change 4444 name : test-vcd
4545 path : |
4646 test/tb.vcd
47- test/results.xml
47+ test/results.xml
You can’t perform that action at this time.
0 commit comments