forked from TinyTapeout/ttsky25a-tinyQV
-
Notifications
You must be signed in to change notification settings - Fork 0
99 lines (92 loc) · 2.22 KB
/
Copy pathgds.yaml
File metadata and controls
99 lines (92 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
name: gds
on: [push, workflow_dispatch, pull_request]
jobs:
gds:
runs-on: ubuntu-24.04
steps:
- name: checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build GDS
uses: TinyTapeout/tt-gds-action@ttsky25a
with:
pdk: sky130
tools-ref: ttsky25a
precheck:
needs: gds
runs-on: ubuntu-24.04
steps:
- name: Run Tiny Tapeout Precheck
uses: TinyTapeout/tt-gds-action/precheck@ttsky25a
with:
pdk: sky130
tools-ref: ttsky25a
gl_test:
needs: gds
strategy:
matrix:
target:
- core
- prog
- peri_num_2
- peri_num_3
- peri_num_4
- peri_num_5
- peri_num_6
- peri_num_7
- peri_num_8
- peri_num_9
- peri_num_10
- peri_num_11
- peri_num_12
- peri_num_13
- peri_num_14
- peri_num_15
- peri_num_16
- peri_num_17
- peri_num_18
- peri_num_19
- peri_num_20
- peri_num_21
- peri_num_22
- peri_num_23
- peri_num_24
- peri_num_25
- peri_num_26
- peri_num_27
- peri_num_28
- peri_num_29
- peri_num_30
- peri_num_31
- peri_num_32
- peri_num_33
- peri_num_34
- peri_num_35
- peri_num_36
- peri_num_37
- peri_num_38
- peri_num_39
fail-fast: false
runs-on: ubuntu-24.04
steps:
- name: checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
- name: GL test
uses: MichaelBell/tt-gds-action/gl_test@ttsky25a
with:
pdk: sky130
make-targets: ${{ matrix.target }}
viewer:
if: github.event_name != 'pull_request'
needs: gds
runs-on: ubuntu-24.04
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
steps:
- uses: TinyTapeout/tt-gds-action/viewer@ttsky25a
with:
pdk: sky130