diff options
author | Andrew Waterman <andrew@sifive.com> | 2019-11-12 16:57:10 -0800 |
---|---|---|
committer | Andrew Waterman <andrew@sifive.com> | 2019-11-12 18:17:23 -0800 |
commit | 8ffefbc9a1f7730d14a2f694906bcc681cbca2e5 (patch) | |
tree | 4ddbd6759b51f7bf2427db7d45bbdf9f9daa541e /ChangeLog.md | |
parent | 24e587d43315dabaac2b7b8a631d459fc12f3f14 (diff) | |
download | spike-8ffefbc9a1f7730d14a2f694906bcc681cbca2e5.zip spike-8ffefbc9a1f7730d14a2f694906bcc681cbca2e5.tar.gz spike-8ffefbc9a1f7730d14a2f694906bcc681cbca2e5.tar.bz2 |
Add --priv option to control which privilege modes are available
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 1 |
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: |