You could solve the problem with a script in the simulated system that will call m5 (the util/m5/ binary) exit after all the process that you’ve run terminate.
Ali On Dec 10, 2013, at 12:32 AM, Ranga, L Udaya <[email protected]> wrote: > Hi, > > I’m trying to write an application and run it on multiple ARM cores. Here’s > the problem: > If I have M5EXIT at the end of application, the first core to complete will > end gem5 execution. > > 1 way to solve: > I want to create a distinct gem5 Event from every core and push it to gem5 > EventQueue at the end of application running on it. I need to be able to push > some context w/ this Event (probably via EventWrapper) through application > and make it available to me in source code while looping through EventQueue. > > Any suggestions? > > Thanks, > Uday > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
