aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2023-03-20 20:57:08 -0700
committerGitHub <noreply@github.com>2023-03-20 20:57:08 -0700
commit8983efd14694e57121d6855283432f7a5b775b50 (patch)
tree0ba173e9c303d60b1b642da3b0a8c9ef0ca1a281
parente3689fc92a980f804315201743a44a2e8a3bbd29 (diff)
parent93c6d8e1e0a641869432a84ff7ab9d72127fab8a (diff)
downloadriscv-isa-sim-8983efd14694e57121d6855283432f7a5b775b50.zip
riscv-isa-sim-8983efd14694e57121d6855283432f7a5b775b50.tar.gz
riscv-isa-sim-8983efd14694e57121d6855283432f7a5b775b50.tar.bz2
Merge pull request #1292 from TommyMurphyTM1234/master
Fix for #1291
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8de2fe3..9455bfa 100644
--- a/README.md
+++ b/README.md
@@ -251,12 +251,12 @@ Listening for remote bitbang connection on port 9824.
In a separate shell run OpenOCD with the appropriate configuration file:
```
$ cat spike.cfg
-interface remote_bitbang
-remote_bitbang_host localhost
-remote_bitbang_port 9824
+adapter driver remote_bitbang
+remote_bitbang host localhost
+remote_bitbang port 9824
set _CHIPNAME riscv
-jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913
+jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0xdeadbeef
set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME riscv -chain-position $_TARGETNAME