aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-09-07 16:07:09 -0700
committerAndrew Waterman <andrew@sifive.com>2021-09-07 16:07:09 -0700
commita04da860635b4e94fc05f23f75fd99578258bc3e (patch)
tree4c76eea44ae6c5b7e7f166f9985288adf87ad337 /README.md
parent686674dc15c1734940614c8f59419e9f94d51a52 (diff)
downloadspike-a04da860635b4e94fc05f23f75fd99578258bc3e.zip
spike-a04da860635b4e94fc05f23f75fd99578258bc3e.tar.gz
spike-a04da860635b4e94fc05f23f75fd99578258bc3e.tar.bz2
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25d3bff..207dc6e 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,10 @@ Spike supports the following RISC-V ISA features:
- K extension, v0.8.1 ([Scalar Cryptography](https://github.com/riscv/riscv-crypto))
- V extension, v0.10, w/ Zvlsseg/Zvamo (_requires a 64-bit host_)
- P extension, v0.9.2
- - Bi-endianness
+ - Zba extension, v1.0
+ - Zbb extension, v1.0
+ - Zbc extension, v1.0
+ - 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
@@ -31,6 +34,12 @@ Spike supports the following RISC-V ISA features:
- Svinval extension, v0.1
- Debug v0.14
+As a Spike extension, the remainder of the proposed
+[Bit-Manipulation Extensions](https://github.com/riscv/riscv-bitmanip)
+is provided under the Spike-custom extension name _Xbitmanip_.
+These instructions (and, of course, the extension name) are not RISC-V
+standards.
+
Versioning and APIs
-------------------