Hi All, How to run a binary file three times on gem5? I want to find the execution time for a binary file for 1M instructions. However, the gem5 is completed on 400K instructions because the binary file is completed. So how I can run it three times in order to reach 1M instructions?
For example, If I want to run the hello world on gem5 using the following command, the gem5 will end before reach 10k insts since hello needs only 5k insts to finish. So ho i can run it for 3 times? build/X86/gem5.opt configs/example/se.py -I 10000 -c tests/test-progs/hello/bin/x86/linux/hello --cpu-type=DerivO3CPU --caches Any help would be appreciated. Thanks
_______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
