aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-12-18 10:22:08 -0800
committerGitHub <noreply@github.com>2019-12-18 10:22:08 -0800
commitd2cbf66868ce66ae9cca22485e73d979532e428f (patch)
treeca136b6d56a0cfc143bda05a13f593d64e137721
parente3327dd12411678eadcb961718cb4feccce082b2 (diff)
downloadriscv-tests-d2cbf66868ce66ae9cca22485e73d979532e428f.zip
riscv-tests-d2cbf66868ce66ae9cca22485e73d979532e428f.tar.gz
riscv-tests-d2cbf66868ce66ae9cca22485e73d979532e428f.tar.bz2
Tell people where to get software. (#226)
-rw-r--r--debug/README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/debug/README.md b/debug/README.md
index 3dc1f2d..6133b6c 100644
--- a/debug/README.md
+++ b/debug/README.md
@@ -10,9 +10,15 @@ Requirements
============
The following should be in the user's path:
* riscv64-unknown-elf-gcc
-* riscv64-unknown-elf-gdb (can be overridden with `--gdb` when running gdbserver.py manually)
-* spike (can be overridden with `--sim_cmd` when running gdbserver.py manually)
-* openocd (can be overridden with `--server_cmd` when running gdbserver.py manually)
+* riscv64-unknown-elf-gdb (can be overridden with `--gdb` when running
+ gdbserver.py manually), which should be the latest from
+ git://sourceware.org/git/binutils-gdb.git.
+* spike (can be overridden with `--sim_cmd` when running gdbserver.py
+ manually), which should be the latest from
+ https://github.com/riscv/riscv-isa-sim.git.
+* openocd (can be overridden with `--server_cmd` when running gdbserver.py
+ manually), which should be the latest from
+ https://github.com/riscv/riscv-openocd.git.
Usage
=====