[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

[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

[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 -

[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

[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"<