You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.Use“spike -H --rbb-port=9824 --extension=hwacha vec-vvadd.riscv”,this program doesn‘t start halted,not allowing a debugger to connect。why?how to solve the problem for debugging Hwacha instructions?
The text was updated successfully, but these errors were encountered:
You can use GDB to debug programs that include Hwacha instructions but you won't be able to set breakpoints in the middle of vector fetch blocks or read out Hwacha's register state.
I haven't tried using it with spike but it shouldn't be any different with respect to how the program starts.
1.Does Hwacha support GDB for debugging?
2.Use“spike -H --rbb-port=9824 --extension=hwacha vec-vvadd.riscv”,this program doesn‘t start halted,not allowing a debugger to connect。why?how to solve the problem for debugging Hwacha instructions?
The text was updated successfully, but these errors were encountered: