aboutsummaryrefslogtreecommitdiff
path: root/debug/README.md
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@eecs.berkeley.edu>2016-07-25 11:32:15 -0700
committerGitHub <noreply@github.com>2016-07-25 11:32:15 -0700
commit97cffefa6ebeb5fdc174fc51c7d642f714daa559 (patch)
treedde1de7dd926fb2c0da76c36ad201691b1118f01 /debug/README.md
parent7704a62c78afc2c95a61d63deb7da31ccac5b814 (diff)
parentbd1caacb3d912c51dfe428b99719f9454c744941 (diff)
downloadriscv-tests-97cffefa6ebeb5fdc174fc51c7d642f714daa559.zip
riscv-tests-97cffefa6ebeb5fdc174fc51c7d642f714daa559.tar.gz
riscv-tests-97cffefa6ebeb5fdc174fc51c7d642f714daa559.tar.bz2
Merge pull request #18 from sifive/master
Display log file during build if debug testing fails.
Diffstat (limited to 'debug/README.md')
-rw-r--r--debug/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/README.md b/debug/README.md
index 829a285..09662ba 100644
--- a/debug/README.md
+++ b/debug/README.md
@@ -12,7 +12,7 @@ Targets
64-bit Spike
------------
-`./gdbserver.py --spike --cmd $RISCV/bin/spike`
+`./gdbserver.py --spike64 --cmd $RISCV/bin/spike`
32-bit Spike
------------
@@ -28,7 +28,7 @@ Debug Tips
==========
You can run just a single test by specifying <class>.<function> on the command
-line, eg: `./gdbserver.py --spike --cmd $RISCV/bin/spike
+line, eg: `./gdbserver.py --spike64 --cmd $RISCV/bin/spike
SimpleRegisterTest.test_s0`.
Once that test has failed, you can look at gdb.log and (in this case) spike.log
to get an idea of what might have gone wrong.