Skip to content

Commit

Permalink
yaml: only enable M mode in Spike
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Kokosinski <[email protected]>
  • Loading branch information
fkokosinski committed Jun 27, 2024
1 parent f01f628 commit c2fab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml/iss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- iss: spike
path_var: SPIKE_PATH
cmd: >
<path_var>/spike --log-commits --isa=<variant> --misaligned -l <elf>
<path_var>/spike --log-commits --isa=<variant> --priv=m --misaligned -l <elf>
- iss: ovpsim
path_var: OVPSIM_PATH
Expand Down

0 comments on commit c2fab37

Please sign in to comment.