Skip to content

Commit 5873508

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)