Skip to content

Commit

Permalink
Updated the Zjpm
Browse files Browse the repository at this point in the history
  • Loading branch information
HAMZA-AFZAL404 committed Jul 28, 2024
1 parent 77f8f2b commit 6b82b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/riscv_sys_control.sail
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ function is_CSR_defined (csr : csreg) -> bool =
0xB82 => sizeof(xlen) == 32, // minstreth

/* machine protection */
0x747 => p == Machine, // mseccfg
0x757 => p == Machine & (sizeof(xlen) == 32), // mseccfgh
0x747 => true, // mseccfg
0x757 => sizeof(xlen) == 32, // mseccfgh

/* disabled trigger/debug module */
0x7a0 => true,
Expand Down

0 comments on commit 6b82b12

Please sign in to comment.