aboutsummaryrefslogtreecommitdiff
path: root/debug/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'debug/README.md')
-rw-r--r--debug/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/debug/README.md b/debug/README.md
index 56f69db..04aa13a 100644
--- a/debug/README.md
+++ b/debug/README.md
@@ -2,9 +2,9 @@ Debug Tests
===========
Debugging requires many system components to all work together. The tests here
-perform an end-to-end test, communicating only with gdb. If a simulator or
-hardware passes all these tests, then you can be pretty confident that the
-actual debug interface is functioning correctly.
+perform an end-to-end test, communicating with gdb and OpenOCD.
+If a simulator or hardware passes all these tests, then you can be pretty
+confident that the actual debug interface is functioning correctly.
Targets
=======
@@ -23,13 +23,14 @@ Targets
-------------------------------------
`./gdbserver.py --freedom-e300`
+`./gdbserver.py --hifive1`
+
32-bit rocket-chip core in Simulation
-------------------------------------
`./gdbserver.py --freedom-e300-sim`
-
Debug Tips
==========