File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ jobs:
113
113
if : steps.verilator-cache.outputs.cache-hit != 'true'
114
114
working-directory : target/snitch_cluster
115
115
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
117
117
- name : Build Software
118
118
working-directory : target/snitch_cluster
119
119
run : |
120
- make CFG_OVERRIDE=cfg/github-ci.hjson sw
120
+ make CFG_OVERRIDE=cfg/github-ci.json sw
121
121
- name : Run Tests
122
122
working-directory : target/snitch_cluster
123
123
run : |
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