Hello, I'm running a simple simulation where I have 2 cores, each of them running one application:
./build/ARM/gem5.opt --debug-flags=DRAMTrace --trace-file=output.txt configs/example/se.py --cpu-type=detailed --caches --l1d_size=16kB --l1i_size=16kB -n2 -c"apps/bin/mips;apps/bin/dfdiv" I want the simulation to stop after both cores finished executing their applications... right now what happens is that the simulation stops after the first core finishes (Exiting @ tick 29907500 because target called exit()). How can I engineer that?
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
