Skip to content

Commit 0b35f2a

Browse files
committed
workflows: test fix for modules names in trace file
1 parent 5c6cc41 commit 0b35f2a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/static-power-analysis-flow.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
- name: Fetch Verilator
4949
run: |
5050
git clone https://github.com/verilator/verilator
51-
# UDP changes commit
52-
cd verilator && git checkout d0c4cc393869b5570e51ead2420dcc2ce60fe1b5
51+
cd verilator && git fetch && git checkout mgan/module-names-debugging
5352
5453
- name: Build Verilator
5554
run: |
@@ -124,8 +123,7 @@ jobs:
124123
- name: Fetch Verilator
125124
run: |
126125
git clone https://github.com/verilator/verilator
127-
# UDP changes commit
128-
cd verilator && git checkout d0c4cc393869b5570e51ead2420dcc2ce60fe1b5
126+
cd verilator && git fetch && git checkout mgan/module-names-debugging
129127
130128
- name: Build Verilator
131129
run: |
@@ -222,8 +220,7 @@ jobs:
222220
- name: Fetch Verilator
223221
run: |
224222
git clone https://github.com/verilator/verilator
225-
# UDP changes commit
226-
cd verilator && git checkout d0c4cc393869b5570e51ead2420dcc2ce60fe1b5
223+
cd verilator && git fetch && git checkout mgan/module-names-debugging
227224
228225
- name: Build Verilator
229226
run: |

0 commit comments

Comments
 (0)