Skip to content

Commit

Permalink
Add Zabha extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Jun 12, 2024
1 parent 8055769 commit a6f3056
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 @@ -164,6 +164,9 @@ function haveZmmul() -> bool = true
/* Zicond extension support */
function haveZicond() -> bool = true

/* Zabha extension support */
function haveZabha() -> bool = true

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

0 comments on commit a6f3056

Please sign in to comment.