We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f20f36 commit 5c6cc41Copy full SHA for 5c6cc41
.github/workflows/static-power-analysis-flow.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
fail-fast: false
30
matrix:
31
- os: [ubuntu-22.04]
+ os: [ubuntu-24.04]
32
runs-on: ${{ matrix.os }}
33
name: Static power verilator flow | ${{ matrix.os }}
34
env:
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
108
name: Peak power analysis flow | ${{ matrix.os }}
109
@@ -201,7 +201,7 @@ jobs:
201
202
203
204
205
206
name: Peak and glitch power analysis flow | ${{ matrix.os }}
207
0 commit comments