Skip to content

Commit

Permalink
doc: update evalsoc mmudemo and rvv_examples README.md (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed Dec 1, 2023
1 parent 8485dad commit 8e2aaec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions evalsoc/mmudemo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This output is for non-smp mode, only 1 cpu is used.
~~~shell
$ make run_qemu
Run program mmudemo.elf on qemu-system-riscv64
qemu-system-riscv64 -M nuclei_u,download=ddr -cpu nuclei-ux900,ext= -smp 1 -icount shift=0 \
qemu-system-riscv64 -M nuclei_evalsoc,download=ddr -cpu nuclei-ux900,ext= -smp 1 -icount shift=0 \
-nodefaults -nographic -serial stdio -kernel mmudemo.elf
Nuclei SDK Build Time: Jan 29 2023, 17:37:34
Download Mode: DDR
Expand All @@ -48,7 +48,7 @@ This output is for smp mode, 2 cpus are used.
~~~shell
$ make SMP=2 clean all
$ qemu-system-riscv64 -M nuclei_u,download=ddr -cpu nuclei-ux900,ext= -smp 2 -nodefaults -nographic -serial stdio -kernel mmudemo.elf
$ qemu-system-riscv64 -M nuclei_evalsoc,download=ddr -cpu nuclei-ux900,ext= -smp 2 -nodefaults -nographic -serial stdio -kernel mmudemo.elf
Nuclei SDK Build Time: Jan 29 2023, 17:39:25
Download Mode: DDR
CPU Frequency 129105 Hz
Expand Down
3 changes: 0 additions & 3 deletions evalsoc/rvv_examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ You need to download Nuclei SDK >= 0.5.0 version.
~~~shell
cd /path/to/nuclei-sdk
cd nuclei-board-labs/evalsoc/rvv_examples
# clone this repo to this folder
# assume you have clone or download it to rvv_examples
cd rvv_examples
# build it
# Assume environment is already setup, see https://doc.nucleisys.com/nuclei_sdk/quickstart.html
# Require Nuclei Studio 2023.10
Expand Down

0 comments on commit 8e2aaec

Please sign in to comment.