aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2019-07-11 13:53:59 -0700
committerAndrew Waterman <andrew@sifive.com>2019-07-11 13:53:59 -0700
commit0898d20da669a01f87ff203fa47b5dc53ed1d157 (patch)
tree34685cafbb0ee47c61bc3be5bab347413ab1e476 /ChangeLog.md
parent0c2fe4ad849a970c4b456580dabb0e12f3fe9702 (diff)
downloadriscv-isa-sim-0898d20da669a01f87ff203fa47b5dc53ed1d157.zip
riscv-isa-sim-0898d20da669a01f87ff203fa47b5dc53ed1d157.tar.gz
riscv-isa-sim-0898d20da669a01f87ff203fa47b5dc53ed1d157.tar.bz2
Update ChangeLog
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index b9fcd7e..6407a00 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,14 +1,16 @@
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 `hasel` debug feature.
-- Added `--dm-no-abstract-csr` command-line option.
-- Renamed `--progsize` to `--dm-progsize`.
-- Renamed `--debug-sba` to `--dm-sba`.
-- Renamed `--debug-auth` to `--dm-auth`.
-- Renamed `--abstract-rti` to `--dm-abstract-rti`.
-- Renamed `--without-hasel` to `--dm-no-hasel`.
-- Added `--dm-no-halt-groups` command line option.
+- Several debug-related additions and changes:
+ - Added `hasel` debug feature.
+ - Added `--dm-no-abstract-csr` command-line option.
+ - Added `--dm-no-halt-groups` command line option.
+ - Renamed `--progsize` to `--dm-progsize`.
+ - Renamed `--debug-sba` to `--dm-sba`.
+ - Renamed `--debug-auth` to `--dm-auth`.
+ - Renamed `--abstract-rti` to `--dm-abstract-rti`.
+ - Renamed `--without-hasel` to `--dm-no-hasel`.
Version 1.0.0 (2019-03-30)
--------------------------