Re: [gem5-users] Create separate L2 cache for each CPU

2016-10-26 Thread Andreas Hansson
Date: Tuesday, 25 October 2016 at 23:50 To: gem5 users mailing list mailto:gem5-users@gem5.org>> Subject: Re: [gem5-users] Create separate L2 cache for each CPU Thank you, Jason, you are a saver On Wed, Oct 26, 2016 at 12:15 AM, Jason Lowe-Power mailto:ja...@lowepower.com>> wrote: H

Re: [gem5-users] Create separate L2 cache for each CPU

2016-10-25 Thread anoir nechi
Thank you, Jason, you are a saver On Wed, Oct 26, 2016 at 12:15 AM, Jason Lowe-Power wrote: > Hi Anoir, > > You can also look at this script: https://github.com/ > powerjg/gem5/blob/devel/simplefs/configs/myconfigs/system/caches.py > > It should be very simple to do what you're suggesting. You j

Re: [gem5-users] Create separate L2 cache for each CPU

2016-10-25 Thread Jason Lowe-Power
Hi Anoir, You can also look at this script: https://github.com/powerjg/gem5/blob/devel/simplefs/configs/myconfigs/system/caches.py It should be very simple to do what you're suggesting. You just need to create the cache and crossbar objects and hook them up. Pretty much any topology you can think

Re: [gem5-users] Create separate L2 cache for each CPU

2016-10-24 Thread Rodrigo Cataldo
Hello Anoir Nechi, take a look at this patch: http://reviews.gem5.org/r/3506/ best regards On Fri, Oct 21, 2016 at 2:57 PM, anoir nechi wrote: > Hi > I managed to create a config script simulating 4 cores with a unified L2 ( > see attached figure ) But I wonder if it is possible to create a sys

Re: [gem5-users] Create separate L2 cache for each CPU

2016-10-24 Thread Ashkan Asgharzade
Hi, you should define L2 cache as an array that its size is equal with number of cores. then by writing a for_loop in script file assign each of them (L2 cache) to their corresponding core. Ashkan Asgharzadeh ___ gem5-users mailing list gem5-users@gem5.

[gem5-users] Create separate L2 cache for each CPU

2016-10-21 Thread anoir nechi
Hi I managed to create a config script simulating 4 cores with a unified L2 ( see attached figure ) But I wonder if it is possible to create a system with separate L2 caches each specified for one core ? Has anyone an idea about it? kind regards -- *Anouar NECHI* *IT Engineer : Industrial systems