aboutsummaryrefslogtreecommitdiff
path: root/c_emulator/riscv_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_emulator/riscv_platform.h')
-rw-r--r--c_emulator/riscv_platform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/c_emulator/riscv_platform.h b/c_emulator/riscv_platform.h
index 4b6541f..38fac2f 100644
--- a/c_emulator/riscv_platform.h
+++ b/c_emulator/riscv_platform.h
@@ -9,10 +9,12 @@ bool sys_enable_writable_misa(unit);
bool sys_enable_writable_fiom(unit);
bool sys_enable_vext(unit);
+uint64_t sys_pmp_count(unit);
+uint64_t sys_pmp_grain(unit);
+
bool plat_enable_dirty_update(unit);
bool plat_enable_misaligned_access(unit);
bool plat_mtval_has_illegal_inst_bits(unit);
-bool plat_enable_pmp(unit);
mach_bits plat_ram_base(unit);
mach_bits plat_ram_size(unit);