[gem5-users] Defining new cache level between L1 & L2

2012-09-10 Thread Mann Mann
Hi AIl I am digging GEM5 'src' and trying to understand the execution flow, but didn't get it completely yet. My aim is to define a new level of cache hierarchy between L1 & L2 with MESI portocol. Just wanted to know, is defining transitions in MESI_CMP_directory-L1cache.sm & MESI_CMP_directory-L2

[gem5-users] Is GEM5 Cycle accurate?

2012-09-24 Thread Mann Mann
Hi all Is GEM5 Cycle accurate? or their is some internal adjustment. because whatever simulation I do, ticks always results in multiple of Thousand. eg @ tick 304265000, @ tick 302535000 ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi

Re: [gem5-users] Is GEM5 Cycle accurate?

2012-09-26 Thread Mann Mann
. > > I hope that explains it. > > Andreas > > From: Mann Mann mailto:evebu...@gmail.com>> > Reply-To: gem5 users mailing list gem5-users@gem5.org>> > Date: Monday, 24 September 2012 23:24 > To: gem5-users mailto:gem5-users@gem5.org>> > Subject: [gem5-us

[gem5-users] Adding a Cache Layer

2012-09-29 Thread Mann Mann
Hi All I am working on GEM5 for my project. objective is to explore various Cache Architectures on multiprocessor systems. My aim to add a Cache layer on MESI protocol, I have gone through GEM5 source number of times, but couldnt identify where to start. I mean what files to be modified. Regards

[gem5-users] Shared Multiprocessor Simulation

2012-10-05 Thread Mann Mann
Hi All in Shared Multiprocessor Simulation, I understood that simulator assigns sequencer to each process, but I need to grab exact flow, I want to understand how shared variables are used, and how data flow between these processors. (In detail : How virtual/physical page mapping is maintained in s

Re: [gem5-users] Shared Multiprocessor Simulation

2012-10-26 Thread Mann Mann
at 5:29 PM, Nilay Vaish wrote: > On Fri, 5 Oct 2012, Mann Mann wrote: > > Hi All >> in Shared Multiprocessor Simulation, I understood that simulator assigns >> sequencer to each process, but I need to grab exact flow, >> I want to understand how shared variables are

Re: [gem5-users] Shared Multiprocessor Simulation

2012-10-26 Thread Mann Mann
e between L1 & L2 >>This is one way to go. You can also have two or more levels with in the same .sm file. Can you please explain a bit, how to implement/go about two levels in same .sm file? Warm Regards' Mann On Sat, Oct 27, 2012 at 12:59 AM, Nilay Vaish wrote: > O