Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 4919e48

Browse files
authored
Update README.txt
1 parent 15b0195 commit 4919e48

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ $ ./emu-rv32i test1
3434
Hello RISC-V!
3535
```
3636

37+
- RV32M and RV32A instructions may be enabled by commenting `#define STRICT_RV32I`.
38+
39+
3740
Passed RV32C compliance tests from https://github.com/riscv/riscv-compliance
38-
``shell
41+
```shell
3942
make C-ADDI.log
4043
```
4144
If there is no accident, it will output the `TEST PASSED`
4245

4346

44-
RV32M and RV32A instructions may be enabled by commenting `#define STRICT_RV32I`.
45-
47+
- RV32C instructions can be enabled by commenting `#define RV32C`
4648
## How to build RISC-V toolchain from scratch
4749

4850
https://github.com/riscv/riscv-gnu-toolchain

0 commit comments

Comments
 (0)