Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Carlin <[email protected]>
Signed-off-by: Tim Hutt <[email protected]>
  • Loading branch information
Timmmm and jordancarlin authored Dec 10, 2024
1 parent ef51106 commit ee5e853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/riscv_sys_control.sail
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ function reset_misa() -> unit = {
// described in the "Reset" section of the privileged architecture specification.
function reset_sys() -> unit = {

// "Upon reset, a hard's privilege mode is set to M."
// "Upon reset, a hart's privilege mode is set to M."
cur_privilege = Machine;

// "The mstatus fields MIE and MPRV are reset to 0."
Expand Down

0 comments on commit ee5e853

Please sign in to comment.