Re: [gem5-users] Integrate DRAMSim2 with gem5

2014-08-25 Thread Andreas Hansson via gem5-users
Hi all,

DRAMSim2 is indeed integrated through a wrapper that has been part of gem5 
since March. Note that we integrated it primarily as a reference 
implementation, and that I would suggest to stick to the native gem5 DRAM 
controller. It is more flexible, more tightly integrated with the gem5 
configuration scripts, and will not slow down your simulations like DRAMSim2.

See the gem5 publications page for more info on the DRAM controller in gem5: 
http://www.gem5.org/Publications

Andreas

From: Debiprasanna Sahoo via gem5-users 
gem5-users@gem5.orgmailto:gem5-users@gem5.org
Reply-To: Debiprasanna Sahoo 
debiprasanna.sa...@gmail.commailto:debiprasanna.sa...@gmail.com, gem5 users 
mailing list gem5-users@gem5.orgmailto:gem5-users@gem5.org
Date: Monday, August 25, 2014 at 5:24 AM
To: Prathap Kolakkampadath kvprat...@gmail.commailto:kvprat...@gmail.com, 
gem5 users mailing list gem5-users@gem5.orgmailto:gem5-users@gem5.org
Subject: Re: [gem5-users] Integrate DRAMSim2 with gem5

Hi Prathap,

It is already integrated in the development version. You can download it from 
the dev repository. In the next release of gem5 stable, you can find the same 
in the stable repository.

Thanks,
Debiprasanna Sahoo
Research Scholar
IIT Bhubaneswar


On Sun, Aug 24, 2014 at 11:16 PM, Prathap Kolakkampadath via gem5-users 
gem5-users@gem5.orgmailto:gem5-users@gem5.org wrote:
Hi Users,

Has anyone successfully integrated  DRAMSim2 with  gem5? If so please point me 
to the patch and the version of gem5 used.

Thanks,
Prathap

___
gem5-users mailing list
gem5-users@gem5.orgmailto:gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users


-- IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.

ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered 
in England  Wales, Company No: 2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, 
Registered in England  Wales, Company No: 2548782___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Integrate DRAMSim2 with gem5

2014-08-25 Thread Prathap Kolakkampadath via gem5-users
Thanks Andreas and Debiprasanna for your reply. I wanted to use a Cycle
Accurate Memory System Simulator. I got more details about native gem5 DRAM
controller from gem5 publications page. I am doing some experiments with
LLC and its really good to know that native DRAM controller match
contemporary controller architecture.


On Mon, Aug 25, 2014 at 4:14 AM, Andreas Hansson andreas.hans...@arm.com
wrote:

  Hi all,

  DRAMSim2 is indeed integrated through a wrapper that has been part of
 gem5 since March. Note that we integrated it primarily as a reference
 implementation, and that I would suggest to stick to the native gem5 DRAM
 controller. It is more flexible, more tightly integrated with the gem5
 configuration scripts, and will not slow down your simulations like
 DRAMSim2.

  See the gem5 publications page for more info on the DRAM controller in
 gem5: http://www.gem5.org/Publications

  Andreas

   From: Debiprasanna Sahoo via gem5-users gem5-users@gem5.org
 Reply-To: Debiprasanna Sahoo debiprasanna.sa...@gmail.com, gem5 users
 mailing list gem5-users@gem5.org
 Date: Monday, August 25, 2014 at 5:24 AM
 To: Prathap Kolakkampadath kvprat...@gmail.com, gem5 users mailing list
 gem5-users@gem5.org
 Subject: Re: [gem5-users] Integrate DRAMSim2 with gem5

  Hi Prathap,

  It is already integrated in the development version. You can download it
 from the dev repository. In the next release of gem5 stable, you can find
 the same in the stable repository.

  Thanks,
 Debiprasanna Sahoo
  Research Scholar
 IIT Bhubaneswar


 On Sun, Aug 24, 2014 at 11:16 PM, Prathap Kolakkampadath via gem5-users 
 gem5-users@gem5.org wrote:

 Hi Users,

  Has anyone successfully integrated  DRAMSim2 with  gem5? If so please
 point me to the patch and the version of gem5 used.

  Thanks,
 Prathap

 ___
 gem5-users mailing list
 gem5-users@gem5.org
 http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users



 -- IMPORTANT NOTICE: The contents of this email and any attachments are
 confidential and may also be privileged. If you are not the intended
 recipient, please notify the sender immediately and do not disclose the
 contents to any other person, use it for any purpose, or store or copy the
 information in any medium. Thank you.

 ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ,
 Registered in England  Wales, Company No: 2557590
 ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ,
 Registered in England  Wales, Company No: 2548782

___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] Integrate DRAMSim2 with gem5

2014-08-24 Thread Prathap Kolakkampadath via gem5-users
Hi Users,

Has anyone successfully integrated  DRAMSim2 with  gem5? If so please point
me to the patch and the version of gem5 used.

Thanks,
Prathap
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Integrate DRAMSim2 with gem5

2014-08-24 Thread Debiprasanna Sahoo via gem5-users
Hi Prathap,

It is already integrated in the development version. You can download it
from the dev repository. In the next release of gem5 stable, you can find
the same in the stable repository.

Thanks,
Debiprasanna Sahoo
Research Scholar
IIT Bhubaneswar


On Sun, Aug 24, 2014 at 11:16 PM, Prathap Kolakkampadath via gem5-users 
gem5-users@gem5.org wrote:

 Hi Users,

 Has anyone successfully integrated  DRAMSim2 with  gem5? If so please
 point me to the patch and the version of gem5 used.

 Thanks,
 Prathap

 ___
 gem5-users mailing list
 gem5-users@gem5.org
 http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users