Results 27 comments of lzbro

> @lz-bro, can you please update commit description to show what the issue was and how the change fixes it? #537 has a pipeline failure in Build Spike, I try...

> What's the issue? There's no error in the log. You probably need to capture and attach (ideally don't just copy and paste it) the **full** verbose log. [debug.log](https://github.com/riscv-collab/riscv-openocd/files/14803218/debug.log)

yes ,I made two replace and it caused some misunderstanding

> Maybe not significant but the numbering of items seems a bit confusing: > > > ``` > > set _CHIPNAME_0 cpu1 > > set _CHIPNAME_1 cpu0 > > >...

> SFENCE.VMA is illegal on implementations without S-mode. I think this should be conditionalized. PMP changes require an SFENCE.VMA on any hart that implements page-based virtual memory, even if VM...

> As you said, "any hart that implements page-based virtual memory" needs to execute SFENCE.VMA. If S-mode is not implemented, then the hart doesn't implement page-based virtual memory. So there's...

> I think we need to do something similar to the following. Can you give it a try and see if you can make it work? https://github.com/riscv-software-src/riscv-isa-sim/pull/1584/files Yes, It works...

I would like to know if riscv-openocd currently implements the halt groups and resume groups in spec-1.0 to support simultaneous halt/resume harts in multiple DMs, thanks.

> If I'm correct this should help: https://review.openocd.org/c/openocd/+/7957 Hi, this PR has been merged, could you please sync it?

``` Script started on 2024-08-30 13:47:13+08:00 [TERM="xterm-256color" TTY="/dev/pts/1" COLUMNS="80" LINES="24"] [?2004h]0;bianbu@k1: ~/workspace/GOG_Gamesbianbu@k1:~/workspace/GOG_Games$ LD_LIBRARY_PATH=~/workspace/gl4es-master/lib BOX64_DYNAREC_TEST=1 box64 /home/bianbu/workspace/GOG_Games/StardewValley/ LD_LIBRARY_PATH=~/workspace/gl4es-master/lib BOX64_DYNAREC_TEST=1 box64 /home/bianbu/workspace/GOG_Games/StardewValley/game/Sta rdew\ Valley [?2004l Dynarec will compare it's execution with the...