aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWeiwei Li <liweiwei@iscas.ac.cn>2022-06-28 10:41:07 +0800
committerAndrew Waterman <andrew@sifive.com>2022-11-17 16:40:00 -0800
commit07d5b086dd5c92896b4f602c16a7f55be7db5fd6 (patch)
tree66d706b902926cca277984a01e9ac030bcfdb551 /README.md
parent90a246790f9352715231c486e0ee325c82eba482 (diff)
downloadriscv-isa-sim-07d5b086dd5c92896b4f602c16a7f55be7db5fd6.zip
riscv-isa-sim-07d5b086dd5c92896b4f602c16a7f55be7db5fd6.tar.gz
riscv-isa-sim-07d5b086dd5c92896b4f602c16a7f55be7db5fd6.tar.bz2
add Zc* to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a32a51..8d3c037 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,12 @@ Spike supports the following RISC-V ISA features:
- Smepmp extension v1.0
- Smstateen extension, v1.0
- Sscofpmf v0.5.2
+ - Zca extension, v1.0
+ - Zcb extension, v1.0
+ - Zcf extension, v1.0
+ - Zcd extension, v1.0
+ - Zcmp extension, v1.0
+ - Zcmt extension, v1.0
As a Spike extension, the remainder of the proposed
[Bit-Manipulation Extensions](https://github.com/riscv/riscv-bitmanip)