aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYunsup Lee <yunsup@cs.berkeley.edu>2013-05-15 12:03:00 -0700
committerYunsup Lee <yunsup@cs.berkeley.edu>2013-05-15 12:03:00 -0700
commita9d1c3de84f79721dda71a12ddcdf87bf3675308 (patch)
treee11bf708dbcdb87250a042f502c2d61451f423c1 /README
parent28b983b2663792cf4c0c3c8b5098e1aa5b6e2bae (diff)
downloadriscv-isa-sim-a9d1c3de84f79721dda71a12ddcdf87bf3675308.zip
riscv-isa-sim-a9d1c3de84f79721dda71a12ddcdf87bf3675308.tar.gz
riscv-isa-sim-a9d1c3de84f79721dda71a12ddcdf87bf3675308.tar.bz2
change riscv-isa-run to spike in documentation
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 5ba221d..ad9a25a 100644
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ install path, and that the riscv-fesvr package is installed there.
Compiling and Running a Simple C Program
--------------------------------------------------------------------------
-Install riscv-isa-run (see Build Steps), riscv-gcc, and riscv-pk.
+Install spike (see Build Steps), riscv-gcc, and riscv-pk.
Write a short C program and name it hello.c. Then, compile it into a RISC-V
ELF binary named hello:
@@ -34,7 +34,7 @@ ELF binary named hello:
Now you can simulate the program atop the proxy kernel:
- % riscv-isa-run pk hello
+ % spike pk hello
--------------------------------------------------------------------------
Simulating a New Instruction