Skip to content

Commit

Permalink
Fix CVV#2531: Make mie.MSIE and mip.MSIP RO-zero, prevent SW writes t…
Browse files Browse the repository at this point in the history
…o mip.
  • Loading branch information
zchamski authored and JeanRochCoulon committed Oct 8, 2024
1 parent b744f9b commit 2b3a82f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/gen_from_riscv_config/cv32a65x/spike/spike.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ spike_param_tree:
status_vs_field_we_enable: false
mstatus_write_mask: 136
mstatus_override_mask: 6144
mie_write_mask: 0x00000880
mie_override_mask: 0xfffff77f
mie_override_value: 0x00000000
mip_write_mask: 0x00000000
mip_override_mask: 0xfffff77f
mip_override_value: 0x00000000
mtval_write_mask: 0
tinfo_accessible: 0
mscontext_accessible: 0
Expand Down

0 comments on commit 2b3a82f

Please sign in to comment.