[gem5-users] Re: [Big, Little] clusters with CHI and SE mode

2021-06-29 Thread Javed Osmany via gem5-users
regards JO -Original Message- From: Javed Osmany Sent: 28 June 2021 12:58 To: gem5 users mailing list Cc: Gabriel Busnot ; Javed Osmany Subject: RE: [gem5-users] Re: [Big, Little] clusters with CHI and SE mode Hello Gabriel Thank you for the pointer. Best regards J.Osmany -Original

[gem5-users] Re: [Big, Little] clusters with CHI and SE mode

2021-06-28 Thread Javed Osmany via gem5-users
Hello Gabriel Thank you for the pointer. Best regards J.Osmany -Original Message- From: Gabriel Busnot via gem5-users [mailto:gem5-users@gem5.org] Sent: 28 June 2021 12:49 To: gem5-users@gem5.org Cc: Gabriel Busnot Subject: [gem5-users] Re: [Big, Little] clusters with CHI and SE mode

[gem5-users] Re: [Big, Little] clusters with CHI and SE mode

2021-06-28 Thread Gabriel Busnot via gem5-users
Hi Javed, This is an error from the dot file processing tool. For some reason, likely a hard coded string buffer size, it does not support lines longer that 16384 lines. Luckily, you don’t need it and can ignore this error. The second error says that one of the parameters has no set value. In

[gem5-users] Re: [Big, Little] clusters with CHI and SE mode

2021-06-28 Thread Javed Osmany via gem5-users
gem5.org>> Cc: Gabriel Busnot mailto:gabriel.bus...@arteris.com>>; Javed Osmany mailto:javed.osm...@huawei.com>> Subject: RE: [gem5-users] Re: [Big, Little] clusters with CHI and SE mode Hello Gabriel Thank you for the updated information. Will try to follow for the implem

[gem5-users] Re: [Big, Little] clusters with CHI and SE mode

2021-06-28 Thread Javed Osmany via gem5-users
gem5.org<mailto:gem5-users@gem5.org> Cc: Gabriel Busnot mailto:gabriel.bus...@arteris.com>> Subject: [gem5-users] Re: [Big, Little] clusters with CHI and SE mode Hi Javed, 2- Yes, I meant to define L1ICache_big, L1ICache_little, etc. If you need different cache configurations. H

[gem5-users] Re: [Big, Little] clusters with CHI and SE mode

2021-06-24 Thread Javed Osmany via gem5-users
] Re: [Big, Little] clusters with CHI and SE mode Hi Javed, 2- Yes, I meant to define L1ICache_big, L1ICache_little, etc. If you need different cache configurations. However, I didn't get that you need private L2s. But if you call the big and little clusters by the term "cluster", then

[gem5-users] Re: [Big, Little] clusters with CHI and SE mode

2021-06-24 Thread Gabriel Busnot via gem5-users
Hi Javed, 2- Yes, I meant to define L1ICache_big, L1ICache_little, etc. If you need different cache configurations. However, I didn't get that you need private L2s. But if you call the big and little clusters by the term "cluster", then I believe that each cluster has a single entry point to

[gem5-users] Re: [Big, Little] clusters with CHI and SE mode

2021-06-23 Thread Javed Osmany via gem5-users
om: Gabriel Busnot via gem5-users [mailto:gem5-users@gem5.org] Sent: 21 June 2021 17:02 To: gem5-users@gem5.org Cc: Gabriel Busnot Subject: [gem5-users] Re: [Big, Little] clusters with CHI and SE mode Hi Javed, I don't think that you want to use devices.CpuCluster as it is used to manage classic c

[gem5-users] Re: [Big, Little] clusters with CHI and SE mode

2021-06-21 Thread Javed Osmany via gem5-users
Many thanks for the pointers, Gabriel. Best Regards J.Osmany -Original Message- From: Gabriel Busnot via gem5-users [mailto:gem5-users@gem5.org] Sent: 21 June 2021 17:02 To: gem5-users@gem5.org Cc: Gabriel Busnot Subject: [gem5-users] Re: [Big, Little] clusters with CHI and SE mode

[gem5-users] Re: [Big, Little] clusters with CHI and SE mode

2021-06-21 Thread Gabriel Busnot via gem5-users
Hi Javed, I don't think that you want to use devices.CpuCluster as it is used to manage classic caches while you want to use Ruby caches. My first approach would be, using se.py as is: 1- Define two more options in CHI.py to specify the number of big (B) and the number of little (L) cpus