[gem5-users] Store variable to entire DRAM row

2022-04-08 Thread 대학원 전자공학과
Hello everyone,

I am new to the gem5 simulator. I would like to store a variable to the
entire DRAM row. How can I do that?

Thank you so much!


Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-users] Re: Multi-thread simulation support in gem5

2022-04-08 Thread zexin Fu via gem5-users
Hi, zhou




I'm also interested in that, and I found a presentation in 2015 workshop which 
has done something about it, I think you can take it as a reference: 

http://old.gem5.org/wiki/images/5/55/2015_ws_13_gem5-manycore-spm.pdf


Fu



Original


From:"njuwulizhou--- via gem5-users"< gem5-users@gem5.org ;

Date:2022/4/8 13:12

To:"gem5-users"< gem5-users@gem5.org ;

CC:"njuwulizhou"< njuwuliz...@gmail.com ;

Subject:[gem5-users] Multi-thread simulation support in gem5



Hi Jason and all,
We are looking for methods to speed up our gem5 simulations. 
One of the methods we are very interested in is multi-threaded simulation 
exploiting the multi-core resources in our host computers. 
Howerver, it seems that the current version of gem5 is basically 
single-threaded, no matter how complex your simulated systems are. 
It does not provide an option for mult-threaded simulations.

I was wondering if providing such a multi-threaded simulation functionality in 
gem5 is in your to-do list? 
If we would like to contribute to this project, do you have any rough 
idea how to implement it and how much efforts are needed?

I noticed there was a plan for parallel m5 ten years ago on the link below.
http://old.gem5.org/Parallel_M5.html
But it seems this task had started for a couple of years but never completed.
What is the reason behind?

Thanks in advance.

Best regards,
Peter
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-users] Re: Re:CHI - data/tag latency modelling for HNF/L3$

2022-04-08 Thread Javed Osmany via gem5-users
Hello Fu

Thks for that. I was looking at CHI.py yesterday evening, but somehow missed 
that.

Best regards
JO



From: zexin Fu via gem5-users [mailto:gem5-users@gem5.org]
Sent: 08 April 2022 08:04
To: zexin Fu via gem5-users 
Cc: zexin Fu <1056844...@qq.com>
Subject: [gem5-users] Re: Re:CHI - data/tag latency modelling for HNF/L3$


Hi, Javed



I think you can add your config at CHI.py like:



class HNFCache(RubyCache):
dataArrayBanks = 1
dataAccessLatency = 1
tagArrayBanks = 1
tagAccessLatency = 1
size = options.l3_size

assoc = options.l3_assoc





Fu
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-users] Re: Re:CHI - data/tag latency modelling for HNF/L3$

2022-04-08 Thread zexin Fu via gem5-users
Hi, Javed





I think you can add your config at CHI.py like:




class HNFCache(RubyCache):
dataArrayBanks = 1
dataAccessLatency = 1
tagArrayBanks = 1
tagAccessLatency = 1
size = options.l3_size

assoc = options.l3_assoc







Fu___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-users] Re:CHI - data/tag latency modelling for HNF/L3$

2022-04-08 Thread zexin Fu via gem5-users
Hi, Javed




I think you can add your config at CHI.py like:




class HNFCache(RubyCache):
dataArrayBanks = 1
dataAccessLatency = 1
tagArrayBanks = 1
tagAccessLatency = 1
size = options.l3_size

assoc = options.l3_assoc







Fu___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s