change riscv-isa-run to spike in documentation
authorYunsup Lee <yunsup@cs.berkeley.edu>
Wed, 15 May 2013 19:03:00 +0000 (12:03 -0700)
committerYunsup Lee <yunsup@cs.berkeley.edu>
Wed, 15 May 2013 19:03:00 +0000 (12:03 -0700)
README
riscv/spike.cc

diff --git a/README b/README
index 5ba221ddc6378d1b3f72fbdfc1214f008c434682..ad9a25a84a149d890cf77bf28cd14d2174bc9494 100644 (file)
--- 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
index 142df332a83d15593abd94fa0dd56ace3d7e569b..c9b755d370b484359b57640d3d0e496f6ac4845e 100644 (file)
@@ -13,7 +13,7 @@
 
 static void help()
 {
-  fprintf(stderr, "usage: riscv-isa-run [host options] <target program> [target options]\n");
+  fprintf(stderr, "usage: spike [host options] <target program> [target options]\n");
   fprintf(stderr, "Host Options:\n");
   fprintf(stderr, "  -p <n>             Simulate <n> processors\n");
   fprintf(stderr, "  -m <n>             Provide <n> MB of target memory\n");