diff options
author | Jon French <jf451@cam.ac.uk> | 2019-04-12 14:42:33 +0100 |
---|---|---|
committer | Jon French <jf451@cam.ac.uk> | 2019-04-12 14:42:33 +0100 |
commit | 4ddeb44d2eed3f97ddb3739f1a44af8973936b89 (patch) | |
tree | bf8af6ab037e98c9630e61abf25d81990a53b42b /c_emulator/riscv_platform.h | |
parent | d8cd74d5ea994957a607819267afc03f05f3566b (diff) | |
parent | ca184a708aa5336efe573fed14d4dfcd9cb27dde (diff) | |
download | sail-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.h | 3 |
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); |