[gem5-users] Re: ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3

2021-04-02 Thread Hoa Nguyen via gem5-users
Hi all, This pull request (https://github.com/takekoputa/gem5/pull/2/files) contains an example of how to add DRAMsim3 to the configs/common/MemConfigs.py file. Please replace the hardcoded path to an .ini with a path in your system. There were mem_ranges having overlapping ranges because

[gem5-users] Re: ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3

2021-03-31 Thread Veronia Iskandar via gem5-users
Hello, I’m having the same issue with the address range intersection when I use any dramsim3 config file Sent from Mail for Windows 10 ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org

[gem5-users] Re: ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3

2021-03-30 Thread Kodali, Monica Bhargavi via gem5-users
Thank you for your help. Now the DRAMsim3 is getting picked up. Now we are facing an address range intersection error. Th error is displayed below: build/ARM/gem5.opt configs/example/se.py --mem-type=DRAMsim3 --cmd=tests/test-progs/hello/bin/arm/linux/hello command line: build/ARM/gem5.opt

[gem5-users] Re: ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3

2021-03-29 Thread Kodali, Monica Bhargavi via gem5-users
[gem5-users] Re: ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3 [External Email] Hello, I would say overall DRAMSim3 is more accurate and to be honest it is much easier to use than DRAMSim2. I am also doing an evaluation on memory models between DRAMSim3 and gem5, based on the current results I

[gem5-users] Re: ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3

2021-03-29 Thread Mahyar Samani via gem5-users
Hello, I would say overall DRAMSim3 is more accurate and to be honest it is much easier to use than DRAMSim2. I am also doing an evaluation on memory models between DRAMSim3 and gem5, based on the current results I would suggest you use either DRAMSim3 (using the temporary solution I proposed) or

[gem5-users] Re: ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3

2021-03-28 Thread haurunis--- via gem5-users
Hi Mahyar, Sorry to bother but I would like to ask a related question: So for better DRAM power/timing simulation, will DRAMSim3 be the best among DRAMCtrl (gem5-prebuilt) and DRAMSim2? The reason I am asking is that I also tried to get DRAMSim2 to work in gem5. However, following the

[gem5-users] Re: ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3

2021-03-26 Thread Aggarwal, Ipshita via gem5-users
: [gem5-users] ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3 [External Email] Btw, the controller from DRAMSim3 does not need an interface connected to itself (the timings for those models come from DRAMSim3). Best, On Wed, Mar 24, 2021 at 6:31 PM Mahyar Samani mailto:msam...@ucdavis.edu>>

[gem5-users] Re: ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3

2021-03-24 Thread Mahyar Samani via gem5-users
Btw, the controller from DRAMSim3 does not need an interface connected to itself (the timings for those models come from DRAMSim3). Best, On Wed, Mar 24, 2021 at 6:31 PM Mahyar Samani wrote: > Hello Monica, Aravind, and Ipshita > > Currently the script in configs/common/MemConfig.py does not

[gem5-users] Re: ISSUES FACING WHILE INTEGRATING GEM5 AND DRAMSIM3

2021-03-24 Thread Mahyar Samani via gem5-users
Hello Monica, Aravind, and Ipshita Currently the script in configs/common/MemConfig.py does not work with DRAMSim3 models. You can create a DRAMSim3 controller using the following piece of code (ini_path should point the ini file for the DRAMSim3 model you would like to use): class