Thanks Tao I do not find SimpleDRAM.py and Simple_dram.cc . Also I wish to add DRAM controller (and customize it ) in between last level cache and DRAM as my project is about developing DDR3 Controller strategies. Can this be done without using ruby?
Thanks Shivam On Mon, Feb 25, 2013 at 11:29 PM, Tao Zhang <[email protected]>wrote: > ** > Hi Shivam, > > gem5 has two different memory systems: classic memory and ruby memory. You > cannot use both simultaneously. http://www.gem5.org/General_Memory_System > > Generally, you can directly use the existing DRAM model in classic memory > (SimpleMemory, SimpleDDR3, SimpleLPDDR2_S4, see src/mem/SimpleDRAM.py and > SimpleMemory.py) OR you can attach your own DRAM model into classic memory > like src/mem/simple_dram.cc does. > > -Tao > > On 02/25/2013 12:48 PM, Shivam Agarwal wrote: > > Hello everyone > I want to simulate memory system consisting of L1, L2 (and possibly > L3) and DRAM. I was able to add L3 cache in CacheConfig.py, however it > seems I can't add DRAM using classic memory model. I have read about ruby > on wiki. Kindly tell me how can I get started with ruby. > > Best Regards > Shivam Agarwal > > > _______________________________________________ > gem5-users mailing > [email protected]http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
