Re: [gem5-users] MemCmd for CleanInvalid

2013-07-12 Thread Ranga, L Udaya
-Original Message- From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Ranga, L Udaya Sent: Friday, July 12, 2013 2:42 PM To: gem5 users mailing list Subject: Re: [gem5-users] MemCmd for CleanInvalid Hi Andreas, I have used Invalidate and memWriteBack

Re: [gem5-users] MemCmd for CleanInvalid

2013-07-02 Thread Andreas Sandberg
:* Wednesday, June 26, 2013 11:34 AM *To:* gem5 users mailing list *Subject:* Re: [gem5-users] MemCmd for CleanInvalid There is some support for doing it for checkpointing, but there isn't a way to do it without checkpoint. If you want to do this you'd need to add the functionality. Ali On Jun 25

Re: [gem5-users] MemCmd for CleanInvalid

2013-06-28 Thread Ranga, L Udaya
Ali, Thanks for the information! I shall try implementing it. -Uday From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of Ali Saidi Sent: Wednesday, June 26, 2013 11:34 AM To: gem5 users mailing list Subject: Re: [gem5-users] MemCmd for CleanInvalid There is some

Re: [gem5-users] MemCmd for CleanInvalid

2013-06-26 Thread Ali Saidi
cache line in Classic Memory System? Thanks, Uday From: gem5-users-boun...@gem5.org [gem5-users-boun...@gem5.org] on behalf of Ali Saidi [sa...@umich.edu] Sent: Wednesday, June 26, 2013 9:22 AM To: gem5 users mailing list Subject: Re: [gem5-users] MemCmd for CleanInvalid Hi Uday, You

[gem5-users] MemCmd for CleanInvalid

2013-06-25 Thread Ranga, L Udaya
Hi, I found MemCmd::FlushReq and MemCmd::InvalidationReq in gem5 MemCmd enum. How do I convey CleanInvalid command, whose definition is cache clean and invalidate operation? is there a way to place multiple commands in a single packet? Thanks, Uday

Re: [gem5-users] MemCmd for CleanInvalid

2013-06-25 Thread Ali Saidi
Hi Uday, You would have to create a new command type to do this. However I think the flush requests as they are implemented are only supported in Ruby the classic memory system doesn't support them at the moment. Thanks, Ali On Jun 25, 2013, at 4:25 AM, Ranga, L Udaya udayara...@ti.com

Re: [gem5-users] MemCmd for CleanInvalid

2013-06-25 Thread Ranga, L Udaya
mailing list Subject: Re: [gem5-users] MemCmd for CleanInvalid Hi Uday, You would have to create a new command type to do this. However I think the flush requests as they are implemented are only supported in Ruby the classic memory system doesn't support them at the moment. Thanks, Ali On Jun 25