[gem5-users] Re: Gem5 hardware arrays

2021-01-25 Thread husin alhaj ahmade via gem5-users
Ok, thanks for the clarification. On Tue, Jan 26, 2021 at 12:58 AM Jason Lowe-Power wrote: > I believe that's referring to RAM generally (e.g., registers, caches, > DRAM, etc.) > > Cheers, > Jason > > On Mon, Jan 11, 2021 at 10:23 PM husin alhaj ahmade via gem5-users < > gem5-users@gem5.org>

[gem5-users] Re: Gem5 hardware arrays

2021-01-25 Thread Jason Lowe-Power via gem5-users
I believe that's referring to RAM generally (e.g., registers, caches, DRAM, etc.) Cheers, Jason On Mon, Jan 11, 2021 at 10:23 PM husin alhaj ahmade via gem5-users < gem5-users@gem5.org> wrote: > "Gem5 already includes all key microarchitecture components which model > hardware arrays on which

[gem5-users] Re: Configure multi-bank cache in ruby ​mode with MESI coherence protocol

2021-01-25 Thread Jason Lowe-Power via gem5-users
Hi Zhen, Sorry for missing your previous message. (1) I think the biggest difference is that the former does not implement a port for each bank, is it right? - I guess it assumes that the banks are the bottlenecks not the ports. It assumes that the banks are distributed and have separate ports,

[gem5-users] 回复:Re: 回复:Re: Garnet

2021-01-25 Thread 等价无穷小 via gem5-users
Thank you Jieming. Thank you for helping to resolve my confusion! I guess I can do my following tasks. Thanks Tushar, Jieming and Srikant again! Best, Zhang Meng --原始邮件-- 发件人:

[gem5-users] Re: In Ruby, I have changed my MESI_Three_Level-L0cache.sm, but panic: Runtime error, assert failure

2021-01-25 Thread 挑战历史的我 via gem5-users
Thank you Carlos,thank you very much. ---Original--- From: "Carlos Escuin via gem5-users"___ 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: In Ruby, I have changed my MESI_Three_Level-L0cache.sm, but panic: Runtime error, assert failure

2021-01-25 Thread Carlos Escuin via gem5-users
Hello Zhen, Icache is the reference to the L0-instructions cache and Dcache is the one to the L0-data cache. It's usual to find the first level of a conventional cache hierarchy split into instructions and data. The purpose of the assert is, basically, to check that the same block is not

[gem5-users] Adding new stats field for a class(PageTableWalker) in X86

2021-01-25 Thread krishnan gosakan via gem5-users
Hi all, I am trying to add a few new stat entries for the class Walker available in the file pagetable_walker.cc previously, no stas exist for this file. I added the function regstats and few stats::scalar variables. When I compile and run gem5, I get an error message "panic: Not all stats have

[gem5-users] GEM5

2021-01-25 Thread chillara.1978--- via gem5-users
I am new to Gem5 ,can anybody help me understand what is meant by Execute-in-execute design in gem5 ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org