File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ snitch-cluster-banshee:
132
132
snitch-cluster-fdiv-vsim :
133
133
script :
134
134
- cd target/snitch_cluster
135
- - make CFG_OVERRIDE=cfg/fdiv.hjson sw
135
+ - make CFG_OVERRIDE=cfg/fdiv.json sw
136
136
- make bin/snitch_cluster.vsim
137
137
- ./util/run.py sw/fdiv.yaml --simulator vsim -j --run-dir runs/vsim
138
138
# Run additional, more extensive tests
@@ -142,15 +142,15 @@ snitch-cluster-fdiv-vsim:
142
142
snitch-cluster-omega-vsim :
143
143
script :
144
144
- cd target/snitch_cluster
145
- - make CFG_OVERRIDE=cfg/omega.hjson sw
145
+ - make CFG_OVERRIDE=cfg/omega.json sw
146
146
- make bin/snitch_cluster.vsim
147
147
- ./util/run.py sw/run.yaml --simulator vsim -j --run-dir runs/vsim
148
148
149
149
# Test Multi-channel DMA
150
150
snitch-cluster-mchan-vsim :
151
151
script :
152
152
- cd target/snitch_cluster
153
- - make CFG_OVERRIDE=cfg/dma_mchan.hjson sw
153
+ - make CFG_OVERRIDE=cfg/dma_mchan.json sw
154
154
- make bin/snitch_cluster.vsim
155
155
- ./util/run.py sw/dma_mchan.yaml --simulator vsim -j --run-dir runs/vsim
156
156
You can’t perform that action at this time.
0 commit comments