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 Aug 18, 2023
1 parent f89f730 commit a6af6d8
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 a6af6d8

Please sign in to comment.