Skip to content

Commit

Permalink
iss.yaml: Remove 'm' hack
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKarlic committed Aug 23, 2024
1 parent 9622504 commit 9a6587a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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> --priv=m<priv> --misaligned -l <elf>
<path_var>/spike --log-commits --isa=<variant> --priv=<priv> --misaligned -l <elf>
- iss: ovpsim
path_var: OVPSIM_PATH
Expand All @@ -40,4 +40,4 @@
- iss: renode
path_var: RENODE_PATH
cmd: >
python3 <scripts_path>/renode_wrapper.py --renode "<path_var>" --elf <elf> --isa <variant> --priv=m<priv> --mem-size 0x80000000
python3 <scripts_path>/renode_wrapper.py --renode "<path_var>" --elf <elf> --isa <variant> --priv=<priv> --mem-size 0x80000000

0 comments on commit 9a6587a

Please sign in to comment.