Hi Atieh, Can you describe what you mean by checkpointing each core? A couple notes: First, an M5 checkpoint stores the current state of each core separately, so you can view that state separately. If that's all you're looking for, you could parse that state out of the checkpoint files. Second, the checkpoints store the current state of memory of the system (excluding caches), so if you have multiple cores sharing memory, their data and instruction memory may be mixed on the image. This might not be a big deal unless you're also trying to tease apart which portions of memory each core is using. Joel
On Tue, May 10, 2011 at 12:32 AM, Atieh Lotfi <[email protected]> wrote: > Dear All, > > I have a question about checkpointing in M5. It would be kind of you if you > could guide me. I want to know is it possible to take checkpoint for each > individual core in M5 simulator separately? > Thanks in advance, > > Regards, > > Atieh > > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > -- Joel Hestness PhD Student, Computer Architecture Dept. of Computer Science, University of Texas - Austin http://www.cs.utexas.edu/~hestness
_______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
