diff --git a/model/riscv_sys_regs.sail b/model/riscv_sys_regs.sail index 6c66492b4..70012ac4f 100644 --- a/model/riscv_sys_regs.sail +++ b/model/riscv_sys_regs.sail @@ -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