We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.