@@ -147,42 +147,42 @@ jobs:
147
147
run : |
148
148
scripts/drc-summary.sh sg13g2_minimal.lyrdb >> $GITHUB_STEP_SUMMARY
149
149
150
- drc-maximal :
151
- needs : gds
152
- runs-on : ubuntu-22.04
153
- steps :
154
- - name : checkout repo
155
- uses : actions/checkout@v4
156
- with :
157
- submodules : recursive
158
-
159
- - name : Download GDS
160
- uses : actions/download-artifact@v4
161
- with :
162
- name : gds
163
-
164
- - name : Install KLayout
165
- run : |
166
- wget https://www.klayout.org/downloads/Ubuntu-22/klayout_0.29.4-1_amd64.deb
167
- sudo apt-get install -y ./klayout_0.29.4-1_amd64.deb
168
-
169
- - name : Run DRC
170
- run : |
171
- klayout -b -r ./IHP-Open-PDK/ihp-sg13g2/libs.tech/klayout/tech/drc/sg13g2_maximal.lydrc -rd cell=tt_top -rd report_file=sg13g2_maximal.lyrdb ./results/ihp-sg13g2/tt-chip/base/6_final_fill.gds
172
-
173
- - name : Upload DRC results
174
- uses : actions/upload-artifact@v4
175
- if : always()
176
- with :
177
- name : drc-maximal-results
178
- path : sg13g2_maximal.lyrdb
179
-
180
- - name : install xmllint
181
- run : |
182
- sudo apt-get update
183
- sudo apt-get install -y libxml2-utils
184
-
185
- - name : DRC summary
186
- if : always()
187
- run : |
188
- scripts/drc-summary.sh sg13g2_maximal.lyrdb >> $GITHUB_STEP_SUMMARY
150
+ # drc-maximal:
151
+ # needs: gds
152
+ # runs-on: ubuntu-22.04
153
+ # steps:
154
+ # - name: checkout repo
155
+ # uses: actions/checkout@v4
156
+ # with:
157
+ # submodules: recursive
158
+ #
159
+ # - name: Download GDS
160
+ # uses: actions/download-artifact@v4
161
+ # with:
162
+ # name: gds
163
+ #
164
+ # - name: Install KLayout
165
+ # run: |
166
+ # wget https://www.klayout.org/downloads/Ubuntu-22/klayout_0.29.4-1_amd64.deb
167
+ # sudo apt-get install -y ./klayout_0.29.4-1_amd64.deb
168
+ #
169
+ # - name: Run DRC
170
+ # run: |
171
+ # klayout -b -r ./IHP-Open-PDK/ihp-sg13g2/libs.tech/klayout/tech/drc/sg13g2_maximal.lydrc -rd cell=tt_top -rd report_file=sg13g2_maximal.lyrdb ./results/ihp-sg13g2/tt-chip/base/6_final_fill.gds
172
+ #
173
+ # - name: Upload DRC results
174
+ # uses: actions/upload-artifact@v4
175
+ # if: always()
176
+ # with:
177
+ # name: drc-maximal-results
178
+ # path: sg13g2_maximal.lyrdb
179
+ #
180
+ # - name: install xmllint
181
+ # run: |
182
+ # sudo apt-get update
183
+ # sudo apt-get install -y libxml2-utils
184
+ #
185
+ # - name: DRC summary
186
+ # if: always()
187
+ # run: |
188
+ # scripts/drc-summary.sh sg13g2_maximal.lyrdb >> $GITHUB_STEP_SUMMARY
0 commit comments