Skip to content

Commit

Permalink
Remove redundant _ match case
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmmm authored and ptomsich committed Sep 12, 2023
1 parent 9c6587e commit 7682079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/riscv_sys_control.sail
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ function check_seed_CSR (csr : csreg, p : Privilege, isWrite : bool) -> bool = {
Machine => true,
Supervisor => false, /* TODO: base this on mseccfg */
User => false, /* TODO: base this on mseccfg */
_ => false
}
}
}
Expand Down

0 comments on commit 7682079

Please sign in to comment.