aboutsummaryrefslogtreecommitdiff
path: root/c_emulator/riscv_platform.h
diff options
context:
space:
mode:
authorJon French <jf451@cam.ac.uk>2019-04-12 14:42:33 +0100
committerJon French <jf451@cam.ac.uk>2019-04-12 14:42:33 +0100
commit4ddeb44d2eed3f97ddb3739f1a44af8973936b89 (patch)
treebf8af6ab037e98c9630e61abf25d81990a53b42b /c_emulator/riscv_platform.h
parentd8cd74d5ea994957a607819267afc03f05f3566b (diff)
parentca184a708aa5336efe573fed14d4dfcd9cb27dde (diff)
downloadsail-riscv-rmem_interpreter.zip
sail-riscv-rmem_interpreter.tar.gz
sail-riscv-rmem_interpreter.tar.bz2
Merge branch 'master' into rmem_interpreterrmem_interpreter
Diffstat (limited to 'c_emulator/riscv_platform.h')
-rw-r--r--c_emulator/riscv_platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c_emulator/riscv_platform.h b/c_emulator/riscv_platform.h
index 728555e..31f2807 100644
--- a/c_emulator/riscv_platform.h
+++ b/c_emulator/riscv_platform.h
@@ -1,6 +1,9 @@
#pragma once
#include "sail.h"
+bool sys_enable_rvc(unit);
+bool sys_enable_writable_misa(unit);
+
bool plat_enable_dirty_update(unit);
bool plat_enable_misaligned_access(unit);
bool plat_mtval_has_illegal_inst_bits(unit);