[gem5-users] Re: [ARM system] Question about the cleassic cache system

2020-08-24 Thread chenboya via gem5-users
HI, Nikos Thank you very much. I will try to use these two configuration files to test my cache structures. Best Regards Boya -Original Message- From: Nikos Nikoleris [mailto:nikos.nikole...@arm.com] Sent: 2020年8月24日 10:48 To: gem5 users mailing list Cc: chenboya Subject: Re: [gem5-u

[gem5-users] Re: [ARM system] Question about the cleassic cache system

2020-08-24 Thread Nikos Nikoleris via gem5-users
Assymetric cache hierachies should work in the classic memory system. The problem you run into is data corruption (the reported addresses are most likely invalid) but it's hard to say anything about the cause of it without more info. One quick way to test your assymetric memory hierarchy would be

[gem5-users] Re: [ARM system] Question about the cleassic cache system

2020-08-21 Thread chenboya via gem5-users
Hi, Ciro Thank you for sharing this. I saw Jason initiated a code review for Tiago's update last month. So I guess this work will be added to the main repository soon. ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an emai

[gem5-users] Re: [ARM system] Question about the cleassic cache system

2020-08-21 Thread Ciro Santilli via gem5-users
I'm not sure about the cache hierarchy issue. But about Ruby support, I don't think there's any known ARM specific problem, and ARM contributors have been specifically pushing Ruby recently, see e.g. see Tiago's CHI announcement: https://www.gem5.org/2020/05/29/flexible-cache.html __