aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2019-11-12 16:57:10 -0800
committerAndrew Waterman <andrew@sifive.com>2019-11-12 18:17:23 -0800
commit8ffefbc9a1f7730d14a2f694906bcc681cbca2e5 (patch)
tree4ddbd6759b51f7bf2427db7d45bbdf9f9daa541e /ChangeLog.md
parent24e587d43315dabaac2b7b8a631d459fc12f3f14 (diff)
downloadriscv-isa-sim-8ffefbc9a1f7730d14a2f694906bcc681cbca2e5.zip
riscv-isa-sim-8ffefbc9a1f7730d14a2f694906bcc681cbca2e5.tar.gz
riscv-isa-sim-8ffefbc9a1f7730d14a2f694906bcc681cbca2e5.tar.bz2
Add --priv option to control which privilege modes are available
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 9d456c2..2be2d4a 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -3,6 +3,7 @@ Version 1.0.1-dev
- Preliminary support for a subset of the Vector Extension, v0.7.1.
- Support S-mode vectored interrupts (i.e. `stvec[0]` is now writable).
- Added support for dynamic linking of libraries containing MMIO devices.
+- Added `--priv` flag to control which privilege modes are available.
- When the commit log is enabled at configure time (`--enable-commitlog`),
it must also be enabled at runtime with the `--log-commits` option.
- Several debug-related additions and changes: