Ömer Güzel
Ömer Güzel
Ok, Thank you for the information. I have a question about it. Does this is the feature that you do not want in Spike? (otherwise, maybe I can try to...
I tired to handle it and couldn't understand how to add. I couldn't look for a long time. Now, I can try to add this functionality. [This](https://github.com/riscv-software-src/riscv-isa-sim/pull/1381) pr added some...
you can check the previous part of your execution to see whether there is a store to that address or not. This happens to me a lot. Be careful about...
@rtorre32 could you share with which command you ran spike? I remember I faced a similar issue, not sure. However, I couldn't remember how I faced and solved it.
ok. I think you should use it with `-l` flag. For example, those are two different examples that I used Spike example with `--log-commits` ``` /opt/rv32gcv/bin/spike --log-commits --isa=rv32gcv --varch=vlen:128,elen:32 ./TestCode/temporary_files/hi_rv.elf...
When you gave only `--log-commits` but with a `-d` flag you will again get a similar result with `-l --log-commits` but of course in debug mode.
I prefer retaining too. Even there should be a way to minimize the log more with interactive debug commands such as pc jumping (`until pc `) I think.
In my case, it worked with `../configure --prefix=/home/omerguzel/Projects/compiler/rv32gcv --host=riscv32-unknown-elf --with-arch=rv32gcv --with-abi=ilp32d` for me. I used `rvv-next` branch.
Hello, Is there any change in this issue? I have similar problems in my verification processes. I spend a lot of time learning to apply and compile from c to...
Hi, I have the same case and I didn't get one point. Does the program stopped by the spike? or stopped by the executable itself by sending an infinite loop?