Skip to content

Commit 2825bc1

Browse files
misc: Add missing RISCV valid ISA option to README.md (gem5#462)
The list of valid ISA options should be same as the website: https://www.gem5.org/documentation/general_docs/building Change-Id: Id5ace5b0356ec35634caec5b11159551801c0615
1 parent 9b2b6cd commit 2825bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Once you have all dependencies resolved, execute
3838
`scons build/ALL/gem5.opt` to build an optimized version of the gem5 binary
3939
(`gem5.opt`) containing all gem5 ISAs. If you only wish to compile gem5 to
4040
include a single ISA, you can replace `ALL` with the name of the ISA. Valid
41-
options include `ARM`, `NULL`, `MIPS`, `POWER`, `SPARC`, and `X86` The complete
42-
list of options can be found in the build_opts directory.
41+
options include `ARM`, `NULL`, `MIPS`, `POWER`, `RISCV`, `SPARC`, and `X86`
42+
The complete list of options can be found in the build_opts directory.
4343

4444
See https://www.gem5.org/documentation/general_docs/building for more
4545
information on building gem5.

0 commit comments

Comments
 (0)