aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTommy Murphy <tommy_murphy@hotmail.com>2023-03-20 18:57:45 +0000
committerTommy Murphy <tommy_murphy@hotmail.com>2023-03-20 18:57:45 +0000
commit93c6d8e1e0a641869432a84ff7ab9d72127fab8a (patch)
tree5f687f211bab92f30c81a9e511c2571012f862e9 /README.md
parentf29dcd0d34bfc8c7d8982c9d03dc2e40bbc2f212 (diff)
downloadriscv-isa-sim-93c6d8e1e0a641869432a84ff7ab9d72127fab8a.zip
riscv-isa-sim-93c6d8e1e0a641869432a84ff7ab9d72127fab8a.tar.gz
riscv-isa-sim-93c6d8e1e0a641869432a84ff7ab9d72127fab8a.tar.bz2
Fix for https://github.com/riscv-software-src/riscv-isa-sim/issues/1291
Diffstat (limited to 'README.md')
-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