Skip to content

Commit 0f59a4b

Browse files
committed
ci: Fix configs
1 parent 546bbb3 commit 0f59a4b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ jobs:
113113
if: steps.verilator-cache.outputs.cache-hit != 'true'
114114
working-directory: target/snitch_cluster
115115
run: |
116-
make CFG_OVERRIDE=cfg/github-ci.hjson VLT_JOBS=1 bin/snitch_cluster.vlt
116+
make CFG_OVERRIDE=cfg/github-ci.json VLT_JOBS=1 bin/snitch_cluster.vlt
117117
- name: Build Software
118118
working-directory: target/snitch_cluster
119119
run: |
120-
make CFG_OVERRIDE=cfg/github-ci.hjson sw
120+
make CFG_OVERRIDE=cfg/github-ci.json sw
121121
- name: Run Tests
122122
working-directory: target/snitch_cluster
123123
run: |

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ snitch-cluster-banshee:
132132
snitch-cluster-fdiv-vsim:
133133
script:
134134
- cd target/snitch_cluster
135-
- make CFG_OVERRIDE=cfg/fdiv.hjson sw
135+
- make CFG_OVERRIDE=cfg/fdiv.json sw
136136
- make bin/snitch_cluster.vsim
137137
- ./util/run.py sw/fdiv.yaml --simulator vsim -j --run-dir runs/vsim
138138
# Run additional, more extensive tests
@@ -142,15 +142,15 @@ snitch-cluster-fdiv-vsim:
142142
snitch-cluster-omega-vsim:
143143
script:
144144
- cd target/snitch_cluster
145-
- make CFG_OVERRIDE=cfg/omega.hjson sw
145+
- make CFG_OVERRIDE=cfg/omega.json sw
146146
- make bin/snitch_cluster.vsim
147147
- ./util/run.py sw/run.yaml --simulator vsim -j --run-dir runs/vsim
148148

149149
# Test Multi-channel DMA
150150
snitch-cluster-mchan-vsim:
151151
script:
152152
- cd target/snitch_cluster
153-
- make CFG_OVERRIDE=cfg/dma_mchan.hjson sw
153+
- make CFG_OVERRIDE=cfg/dma_mchan.json sw
154154
- make bin/snitch_cluster.vsim
155155
- ./util/run.py sw/dma_mchan.yaml --simulator vsim -j --run-dir runs/vsim
156156

0 commit comments

Comments
 (0)