I have executed the following commands:
SPIKE Simulation
cd apps
make bin/hello_world.spike
make spike-run-hello_world
After executing the above commands, the hello_world program runs successfully, and I receive the expected output.
My doubt, is this hello_world program being executed on the vector unit?
If the program is indeed running on the vector unit, I would like to generate trace files specifically for the vector unit. I am aware that trace files are generated later in the process, but I am interested in viewing the trace files for the vector unit alone.
Could you please guide me on how to achieve this?
Any guidance or clarification on this would be greatly appreciated.
Thank you!