From 93c6d8e1e0a641869432a84ff7ab9d72127fab8a Mon Sep 17 00:00:00 2001 From: Tommy Murphy Date: Mon, 20 Mar 2023 18:57:45 +0000 Subject: Fix for https://github.com/riscv-software-src/riscv-isa-sim/issues/1291 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.1