NaxRiscv icon indicating copy to clipboard operation
NaxRiscv copied to clipboard

Memory address level traces

Open Pavitra07 opened this issue 1 year ago • 1 comments

Can I generate a simulation trace that includes the memory addresses of the instructions executed, along with the information if it was a cache hit or miss?

Pavitra07 avatar Jun 23 '23 09:06 Pavitra07

Can I generate a simulation trace that includes the memory addresses of the instructions executed

You can by using the spike logs as reference. Add the argument : --trace-ref This will generate a log file You may have more info if you also add --spike-debug

along with the information if it was a cache hit or miss?

Not implemented yet.

Dolu1990 avatar Jun 23 '23 14:06 Dolu1990