Skip to content

Commit

Permalink
add zacas extension test
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Jul 22, 2023
1 parent bc84688 commit a7e30c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/riscv_sys_regs.sail
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ function haveZmmul() -> bool = true
/* Zicond extension support */
function haveZicond() -> bool = true

/* Zacas extension support. */
function haveZacas() -> bool = true

bitfield Mstatush : bits(32) = {
MBE : 5,
SBE : 4
Expand Down

0 comments on commit a7e30c2

Please sign in to comment.