aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-12-17 01:11:18 -0800
committerAndrew Waterman <andrew@sifive.com>2021-12-17 01:11:47 -0800
commit530af85d83781a3dae31a4ace84a573ec255fefa (patch)
treef21adf6613f8bd3550fe6a7ecc17170328015021
parentd1f2019ec1b412503a23a77bc1939693260e1966 (diff)
downloadriscv-isa-sim-1.1.0.zip
riscv-isa-sim-1.1.0.tar.gz
riscv-isa-sim-1.1.0.tar.bz2
1.1.0 releasev1.1.0
-rw-r--r--ChangeLog.md15
-rw-r--r--README.md8
-rw-r--r--VERSION2
3 files changed, 20 insertions, 5 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 2be2d4a..144cb13 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,18 @@
+Version 1.1.0
+-------------
+- Zbkb, Zbkc, Zbkx, Zknd, Zkne, Zknh, Zksed, Zksh scalar cryptography extensions (Zk, Zkn, and Zks groups), v1.0
+- Zkr virtual entropy source emulation, v1.0
+- V extension, v1.0
+- P extension, v0.9.2
+- Zba extension, v1.0
+- Zbb extension, v1.0
+- Zbc extension, v1.0
+- Zbs extension, v1.0
+- Hypervisor extension, v1.0
+- Svnapot extension, v1.0
+- Svpbmt extension, v1.0
+- Svinval extension, v1.0
+
Version 1.0.1-dev
-----------------
- Preliminary support for a subset of the Vector Extension, v0.7.1.
diff --git a/README.md b/README.md
index 6cf4ab4..c1501c3 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,10 @@ Spike supports the following RISC-V ISA features:
- Zbs extension, v1.0
- Conformance to both RVWMO and RVTSO (Spike is sequentially consistent)
- Machine, Supervisor, and User modes, v1.11
- - Hypervisor extension, v0.6.1
- - Svnapot extension, v0.1
- - Svpbmt extension, v0.1
- - Svinval extension, v0.1
+ - Hypervisor extension, v1.0
+ - Svnapot extension, v1.0
+ - Svpbmt extension, v1.0
+ - Svinval extension, v1.0
- Debug v0.14
As a Spike extension, the remainder of the proposed
diff --git a/VERSION b/VERSION
index 3af5f50..1502b06 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-#define SPIKE_VERSION "1.0.1-dev"
+#define SPIKE_VERSION "1.1.0"