Skip to content

Commit

Permalink
ci: Fix configs
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Feb 17, 2025
1 parent 546bbb3 commit 5873508
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ snitch-cluster-banshee:
snitch-cluster-fdiv-vsim:
script:
- cd target/snitch_cluster
- make CFG_OVERRIDE=cfg/fdiv.hjson sw
- make CFG_OVERRIDE=cfg/fdiv.json sw
- make bin/snitch_cluster.vsim
- ./util/run.py sw/fdiv.yaml --simulator vsim -j --run-dir runs/vsim
# Run additional, more extensive tests
Expand All @@ -142,15 +142,15 @@ snitch-cluster-fdiv-vsim:
snitch-cluster-omega-vsim:
script:
- cd target/snitch_cluster
- make CFG_OVERRIDE=cfg/omega.hjson sw
- make CFG_OVERRIDE=cfg/omega.json sw
- make bin/snitch_cluster.vsim
- ./util/run.py sw/run.yaml --simulator vsim -j --run-dir runs/vsim

# Test Multi-channel DMA
snitch-cluster-mchan-vsim:
script:
- cd target/snitch_cluster
- make CFG_OVERRIDE=cfg/dma_mchan.hjson sw
- make CFG_OVERRIDE=cfg/dma_mchan.json sw
- make bin/snitch_cluster.vsim
- ./util/run.py sw/dma_mchan.yaml --simulator vsim -j --run-dir runs/vsim

Expand Down

0 comments on commit 5873508

Please sign in to comment.