This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Verify output of benchmark programs on arm simulator

I am using the Cycle-accurate ARMv6-M simulator provided here: https://github.com/impedimentToProgress/thumbulator to run benchmark programs provided on the following link: https://github.com/impedimentToProgress/MiBench2

I want to verify the output of the benchmark programs after running them on the simulator. I am not being able to do so as the simulator only outputs the clock ticks, no. of instruction and some memory access log. I am not sure how to verify the output of the benchmark in this scenario.  I have tried to map the memory access log with the corresponding assembly listing of the benchmark program but I could not get the complete picture through that. I am a newbie in this area so apologies if the question sounds trivial.

0