Closed kingstone1927 closed 3 years ago
it does - first number in the exec.log is the clock cycle, then executed instruction number and hart ID (0), then instruction address and then opcode. Using
You can also try incorporate dasm.svi from EL2 DB to print mnemonics in exec.log
@agrobman Thank you! I assume that exec.log from EL2 will contain the mnemonics after running the simulation, does it?
Is there a way for me to print RISC-V instructions along with clock cycle into exec.log?
Thanks in advance.