Open rboyinee opened 7 years ago
I don't know anything about Rocket chip, but if you run openocd with "-d" and send me the output I can try and figure out what happened.
Tim
On Wed, Nov 16, 2016 at 7:05 PM, rboyinee notifications@github.com wrote:
I am trying to run debug tests in simulation mode on ROCKET-CHIP in Redhat linux machine.
When I am setting a read watch breakpoint as mentioned in "TriggerLoadAddress" test as mentioned below
(gdb) rwatch ((&data)+1) Hardware read watchpoint 3: ((&data)+1)
I am getting the following error, (gdb) c Continuing. keep_alive() was not invoked in the 1000ms timelimit. GDB alive packet not sent! (2943). Workaround: increase "set remotetimeout" in GDB "dbus_scan failed jtag scan Timed out waiting for debug int to clear. Debug interrupt didn't clear"
Are all the debug tests work on ROCKET-CHIP hardware in simulation mode or is there anything I am missing in my environment.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/riscv/riscv-tests/issues/36, or mute the thread https://github.com/notifications/unsubscribe-auth/APYH7SEtarXAyI3GbbOTQJy7sOilau5Sks5q-8R-gaJpZM4K0yFP .
I am attaching the openocd output. openocd.zip
Thanks. I don't know why this is failing, but I can describe in a little more detail what happens right before it fails:
Tim
On Fri, Nov 18, 2016 at 4:25 AM, rboyinee notifications@github.com wrote:
I am attaching the openocd output. openocd.zip https://github.com/riscv/riscv-tests/files/599904/openocd.zip
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/riscv/riscv-tests/issues/36#issuecomment-261520328, or mute the thread https://github.com/notifications/unsubscribe-auth/APYH7bGqJ56Tj2_CeGtDGVi0aKmYP8qNks5q_ZlUgaJpZM4K0yFP .
I am trying to run debug tests in simulation mode on ROCKET-CHIP in Redhat linux machine.
When I am setting a read watch breakpoint as mentioned in "TriggerLoadAddress" test as mentioned below
(gdb) rwatch ((&data)+1) Hardware read watchpoint 3: ((&data)+1)
I am getting the following error, (gdb) c Continuing. keep_alive() was not invoked in the 1000ms timelimit. GDB alive packet not sent! (2943). Workaround: increase "set remotetimeout" in GDB "dbus_scan failed jtag scan Timed out waiting for debug int to clear. Debug interrupt didn't clear"
Are all the debug tests work on ROCKET-CHIP hardware in simulation mode or is there anything I am missing in my environment.