Re: [gem5-users] Checkpoint in detailed cpu causing error

2016-03-01 Thread Felipe Rocha da Rosa
: gem5-users@gem5.org Subject: Re: [gem5-users] Checkpoint in detailed cpu causing error Ah, it is likely that you may have problems with pending interruptions and the like, if you want to restore the checkpoint later.-- Fernando A. Endo, Post-doc INRIA Rennes-Bretagne Atlantique France 2016-02-28

Re: [gem5-users] Checkpoint in detailed cpu causing error

2016-02-28 Thread Fernando Endo
>> possible solution. >> >> Thanks every one. >> >> ---------- >> >> Best regards, >> >> Felipe Rocha da Rosa, >> >> PhD Student - PGMICRO - UFRGS, >> >> frdarosa.com <http://www.frdarosa.com/> &

Re: [gem5-users] Checkpoint in detailed cpu causing error

2016-02-28 Thread Fernando Endo
com/> > > > > ---------- > Date: Thu, 18 Feb 2016 18:01:53 +0100 > From: fernando.en...@gmail.com > > To: gem5-users@gem5.org > Subject: Re: [gem5-users] Checkpoint in detailed cpu causing error > > Hello, > > Maybe this workaround could

Re: [gem5-users] Checkpoint in detailed cpu causing error

2016-02-23 Thread Felipe Rocha da Rosa
Felipe Rocha da Rosa,PhD Student - PGMICRO - UFRGS,frdarosa.com Date: Thu, 18 Feb 2016 18:01:53 +0100 From: fernando.en...@gmail.com To: gem5-users@gem5.org Subject: Re: [gem5-users] Checkpoint in detailed cpu causing error Hello, Maybe this workaround could work for you: simulate until the benc

Re: [gem5-users] Checkpoint in detailed cpu causing error

2016-02-18 Thread Fernando Endo
ha da Rosa > > > > > -- > Date: Thu, 11 Feb 2016 08:34:37 -0500 > From: rizwana@gmail.com > > To: gem5-users@gem5.org > Subject: Re: [gem5-users] Checkpoint in detailed cpu causing error > > Hello Felipe, > > I am not sure if I u

Re: [gem5-users] Checkpoint in detailed cpu causing error

2016-02-11 Thread Felipe Rocha da Rosa
Best regards, Felipe Rocha da Rosa Date: Thu, 11 Feb 2016 08:34:37 -0500 From: rizwana@gmail.com To: gem5-users@gem5.org Subject: Re: [gem5-users] Checkpoint in detailed cpu causing error Hello Felipe, I am not sure if I understand your use case completely. I had similar problem with creat

Re: [gem5-users] Checkpoint in detailed cpu causing error

2016-02-11 Thread Rizwana Begum
Felipe Rocha da Rosa > > -- > > Best regards, > > Felipe Rocha da Rosa, > > PhD Student - PGMICRO - UFRGS, > > frdarosa.com <http://www.frdarosa.com/> > > > > ---------- > From: ctimo...@bu.edu >

Re: [gem5-users] Checkpoint in detailed cpu causing error

2016-02-10 Thread Timothy Chong
UFRGS, > frdarosa.com <http://www.frdarosa.com/> > > From: ctimo...@bu.edu > Date: Wed, 10 Feb 2016 13:44:57 -0500 > To: gem5-users@gem5.org > Subject: Re: [gem5-users] Checkpoint in detailed cpu causing error > > Hi, > > I had problems that sound very similar to

Re: [gem5-users] Checkpoint in detailed cpu causing error

2016-02-10 Thread Felipe Rocha da Rosa
drain call. Best regards, Felipe Rocha da Rosa Best regards, Felipe Rocha da Rosa,PhD Student - PGMICRO - UFRGS,frdarosa.com From: ctimo...@bu.edu Date: Wed, 10 Feb 2016 13:44:57 -0500 To: gem5-users@gem5.org Subject: Re: [gem5-users] Checkpoint in detailed cpu causing er

Re: [gem5-users] Checkpoint in detailed cpu causing error

2016-02-10 Thread Timothy Chong
Hi, I had problems that sound very similar to your case just a couple days ago. Did you happen to have to write a module yourself? or did you have to call « schedule » inside your module in order to tick your own clock? Thanks, Timothy Chong Boston University > Le Feb 10, 2016 à 1:31 PM, Feli

[gem5-users] Checkpoint in detailed cpu causing error

2016-02-10 Thread Felipe Rocha da Rosa
Hi! I'm trying to execute several slightly different executions of the same application using the Detailed (DerivO3CPU) CPU mode and compare then. For the purpose, my idea was executing the application and create a checkpoint at the end. However, the checkpoint is never complete. I trace