Skip to content

Commit 01a5101

Browse files
committed
Update README to include RV32A among passing test suites
Update the README to reflect the inclusion of RV32A among the successfully passing test suites. By adding RV32A to the list of supported architectures, users are informed about the comprehensive testing coverage provided by the project, enhancing its credibility and utility. In addition, the order of descriptions has been adjusted to adhere to the canonical order of RISC-V extension names.
1 parent 002df1d commit 01a5101

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ For macOS users, installing `sdiff` might be required:
128128
$ brew install diffutils
129129
```
130130

131-
To run the tests for specific extension, set the environmental variable `RISCV_DEVICE` to one of `I`, `M`, `C`, `Zifencei`, `privilege`.
131+
To run the tests for specific extension, set the environmental variable `RISCV_DEVICE` to one of `I`, `M`, `A`, `F`, `C`, `Zifencei`, `privilege`.
132132
```shell
133133
$ make arch-test RISCV_DEVICE=I
134134
```
@@ -137,10 +137,11 @@ Current progress of this emulator in riscv-arch-test (RV32):
137137
* Passed Tests
138138
- `I`: Base Integer Instruction Set
139139
- `M`: Standard Extension for Integer Multiplication and Division
140+
- `A`: Standard Extension for Atomic Instructions
141+
- `F` Standard Extension for Single-Precision Floating-Point
140142
- `C`: Standard Extension for Compressed Instruction
141143
- `Zifencei`: Instruction-Fetch Fence
142144
- `privilege`: RISCV Privileged Specification
143-
- `F` Standard Extension for Single-Precision Floating-Point
144145

145146
Detail in riscv-arch-test:
146147
* [RISCOF document](https://riscof.readthedocs.io/en/stable/)

0 commit comments

Comments
 (0)