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
