Disasm now translates xor x0,x0,x0 as a machine-generated bubble ("-").
[riscv-isa-sim.git] / README
diff --git a/README b/README
index 0a1ff90723f1cf153db84c4d8616a9aee6aea674..ad9a25a84a149d890cf77bf28cd14d2174bc9494 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 ==========================================================================
 RISC-V ISA Simulator
 ==========================================================================
-# Author  : Andrew Waterman
+# Author  : Andrew Waterman, Yunsup Lee
 # Date    : June 19, 2011
 # Version : (under version control)
 
@@ -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