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
I am running assembly code on spike and using the --commit-log to generate my log files for post-simulation synthesis. However, since I am using pk, there is also a lot of code that is run before and after my test code. Is it possible to log the value of all 32 registers and PC at a certain point in the code where my test code finishes executing?
The text was updated successfully, but these errors were encountered:
If you are willing to do this interactively, you can use untiln in interactive mode to stop the simulation when it reaches a certain pc, then regs to dump the regs.
I believe this can be scripted too, a text file of interactive commands can be piped to Spike when it is run in interactive mode.
I am running assembly code on spike and using the --commit-log to generate my log files for post-simulation synthesis. However, since I am using pk, there is also a lot of code that is run before and after my test code. Is it possible to log the value of all 32 registers and PC at a certain point in the code where my test code finishes executing?
The text was updated successfully, but these errors were encountered: