From 6d2549d2ad54aa3bbe183ca091490422047acdca Mon Sep 17 00:00:00 2001 From: soberl Date: Thu, 5 May 2022 09:43:29 +0800 Subject: Append smepmp extension 1.0 to the feature list --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6da9fab..7d348f7 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Spike supports the following RISC-V ISA features: - Svinval extension, v1.0 - CMO extension, v1.0 - Debug v0.14 + - Smepmp extension v1.0 As a Spike extension, the remainder of the proposed [Bit-Manipulation Extensions](https://github.com/riscv/riscv-bitmanip) -- cgit v1.1 From 918cba10e103a4cb1405b7a481111b78c2274f28 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 12 May 2022 16:20:57 -0700 Subject: Update README to reflect recently added extensions --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7d348f7..b8b5227 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ Spike supports the following RISC-V ISA features: - Zbb extension, v1.0 - Zbc extension, v1.0 - Zbs extension, v1.0 + - Zfh and Zfhmin half-precision floating-point extensions, v1.0 + - Zmmul integer multiplication extension, v1.0 + - Zicbom, Zicbop, Zicboz cache-block maintenance extensions, v1.0 - Conformance to both RVWMO and RVTSO (Spike is sequentially consistent) - Machine, Supervisor, and User modes, v1.11 - Hypervisor extension, v1.0 -- cgit v1.1 From 8fbeaab91669684551ae4115438aa90f8f755f4f Mon Sep 17 00:00:00 2001 From: Weiwei Li Date: Fri, 1 Jul 2022 22:47:41 +0800 Subject: update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index b8b5227..afc7187 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Spike supports the following RISC-V ISA features: - CMO extension, v1.0 - Debug v0.14 - Smepmp extension v1.0 + - Smstateen extension, v1.0 As a Spike extension, the remainder of the proposed [Bit-Manipulation Extensions](https://github.com/riscv/riscv-bitmanip) -- cgit v1.1 From 8aaae32d1d8fc3d20d62aae3039d6591346e95de Mon Sep 17 00:00:00 2001 From: liweiwei Date: Thu, 14 Oct 2021 12:38:38 +0800 Subject: Add support for freg command to read X regs when enable Zfinx Update README --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index afc7187..1935b04 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Spike supports the following RISC-V ISA features: - Zbc extension, v1.0 - Zbs extension, v1.0 - Zfh and Zfhmin half-precision floating-point extensions, v1.0 + - Zfinx extension, v1.0 - Zmmul integer multiplication extension, v1.0 - Zicbom, Zicbop, Zicboz cache-block maintenance extensions, v1.0 - Conformance to both RVWMO and RVTSO (Spike is sequentially consistent) -- cgit v1.1 From 32e199cce48a7b837e026bf072b8fd1a8f9c62f6 Mon Sep 17 00:00:00 2001 From: Weiwei Li Date: Mon, 4 Jul 2022 22:08:20 +0800 Subject: update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index afc7187..5815dd0 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Spike supports the following RISC-V ISA features: - Debug v0.14 - Smepmp extension v1.0 - Smstateen extension, v1.0 + - Sscofpmf v0.5.2 As a Spike extension, the remainder of the proposed [Bit-Manipulation Extensions](https://github.com/riscv/riscv-bitmanip) -- cgit v1.1