Skip to content

Commit

Permalink
mlonmcu integration: disable spike legacy mode [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Nov 25, 2024
1 parent ea419d1 commit 1082976
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Integration/MLonMCU/environment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,11 @@ vars:
{% endif %}
{% if enable_spike | int %}
spikepk.enable_rv32: true
spike.legacy: false
spike_rv32.legacy: false
{% if enable_rv64 | int %}
spikepk.enable_rv64: true
spike_rv64.legacy: false
{% endif %}
{% if enable_spike | int and local_spike | int %}
spike.exe: "{{ home_dir }}/../../../Sim/Spike/bin/spike"
Expand Down

0 comments on commit 1082976

Please sign in to comment.