Hi guys !
I am trying to run multiprogram in se mode but it can’t work.
I run
"
./build/X86/gem5.opt configs/example/se.py -c
'/home/ubuntu/taiyu/gem5-master/tests/test-progs/hello/bin/x86/linux/hello;/home/ubuntu/taiyu/gem5-master/tests/test-progs/hello/bin/x86/linux/hello'
--mem-size=8GB --cpu-type=DerivO3CPU --caches -n 2
“
Gem5 will not exit after running two hello program. And I try to solve it
follow this
https://www.mail-archive.com/gem5-users@gem5.org/msg17476.html
<mailto:https://www.mail-archive.com/gem5-users@gem5.org/msg17476.html>
Then two program works !
But can’t work for more than 2, for example
“
./build/X86/gem5.opt configs/example/se.py -c
'/home/ubuntu/taiyu/gem5-master/tests/test-progs/hello/bin/x86/linux/hello;/home/ubuntu/taiyu/gem5-master/tests/test-progs/hello/bin/x86/linux/hello;/home/ubuntu/taiyu/gem5-master/tests/test-progs/hello/bin/x86/linux/hello;/home/ubuntu/taiyu/gem5-master/tests/test-progs/hello/bin/x86/linux/hello'
--mem-size=8GB --cpu-type=DerivO3CPU --caches -n 4
“
Gem5 will not exit after running four hello program.
"
gem5 Simulator System. http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 compiled Jun 11 2020 19:14:38
gem5 started Jun 11 2020 19:20:26
gem5 executing on ubuntu-16, pid 13634
command line: ./build/X86/gem5.opt configs/example/se.py -c
'/home/ubuntu/taiyu/gem5-master/tests/test-progs/hello/bin/x86/linux/hello;/home/ubuntu/taiyu/gem5-master/tests/test-progs/hello/bin/x86/linux/hello;/home/ubuntu/taiyu/gem5-master/tests/test-progs/hello/bin/x86/linux/hello;/home/ubuntu/taiyu/gem5-master/tests/test-progs/hello/bin/x86/linux/hello'
--mem-size=8GB --cpu-type=DerivO3CPU --caches -n 4
Global frequency set at 1000000000000 ticks per second
0: system.remote_gdb: listening for remote gdb on port 7000
0: system.remote_gdb: listening for remote gdb on port 7001
0: system.remote_gdb: listening for remote gdb on port 7002
0: system.remote_gdb: listening for remote gdb on port 7003
**** REAL SIMULATION ****
info: Entering event queue @ 0. Starting simulation...
Hello world!
Hello world!
Hello world!
Hello world!
"
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s