aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2023-10-13 08:05:53 -0700
committerGitHub <noreply@github.com>2023-10-13 08:05:53 -0700
commitc36c814ae49610bc407a5c4e144866fa50e4510e (patch)
tree353578724f8f728a841792f4906c811ec750efc1
parent34fb0404989287ed8a0a746b533be1762c711e5a (diff)
parent15d7d67f37f6c3f659977afca47de1f8240e0ae5 (diff)
downloadriscv-tests-c36c814ae49610bc407a5c4e144866fa50e4510e.zip
riscv-tests-c36c814ae49610bc407a5c4e144866fa50e4510e.tar.gz
riscv-tests-c36c814ae49610bc407a5c4e144866fa50e4510e.tar.bz2
Merge pull request #512 from riscv-software-src/pexpect
debug: Document that pexpect is needed.
-rw-r--r--debug/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/README.md b/debug/README.md
index b98d8c2..6dc30d7 100644
--- a/debug/README.md
+++ b/debug/README.md
@@ -19,6 +19,7 @@ The following should be in the user's path:
* 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.
+* Python packages that might not be installed: pexpect
Usage
=====