for i in xrange(options.num_cpus):
system.cpu[i].addTwoLevelCacheHierarchy(icache, dcache, l2c)

define icache,dcache and l2c as per your needs




On Sun, Jun 9, 2013 at 11:36 AM, יואב אורן <[email protected]> wrote:

> how do i use it? i couldn't find it in the config files.
> thanks you,
> Yoav Oren
>
>
> On Thu, Jun 6, 2013 at 7:26 PM, biswabandan panda <[email protected]>wrote:
>
>> you could make l2 private by using addtwolevelhierarchy function which
>> creates private Icache, Dcache and a private L2 cache.
>>
>>
>> On Thu, Jun 6, 2013 at 9:35 PM, יואב אורן <[email protected]> wrote:
>>
>>> and it is not possible to make l2 private as well?
>>>
>>>
>>> On Thu, Jun 6, 2013 at 7:03 PM, Andrws Vieira <[email protected]>wrote:
>>>
>>>> I think (by default) that l1 is private and l2 e l3 shared, because
>>>> just l1 have memory for instructions and data.
>>>>
>>>>
>>>> []'s
>>>>
>>>>
>>>> 2013/6/6 יואב אורן <[email protected]>
>>>>
>>>>>  hi,
>>>>>
>>>>> i couldn't find how to declare if a certain cache level is private or
>>>>> shared.
>>>>> where can i find it?
>>>>>
>>>>> thanks,
>>>>> Yoav Oren
>>>>>
>>>>> _______________________________________________
>>>>> gem5-users mailing list
>>>>> [email protected]
>>>>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Andrws Aires Vieira       *
>>>> Mestrando em Computação
>>>> Universidade Federal do Rio Grande do Sul - UFRGS
>>>>
>>>> _______________________________________________
>>>> gem5-users mailing list
>>>> [email protected]
>>>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>>>>
>>>
>>>
>>> _______________________________________________
>>> gem5-users mailing list
>>> [email protected]
>>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>>>
>>
>>
>>
>> --
>>
>> *thanks&regards
>> *
>> *BISWABANDAN*
>> http://www.cse.iitm.ac.in/~biswa/
>>
>> “We might fall down, but we will never lay down. We might not be the
>> best, but we will beat the best! We might not be at the top, but we will
>> rise.”
>>
>>
>>
>> _______________________________________________
>> gem5-users mailing list
>> [email protected]
>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>>
>
>
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>



-- 

*thanks&regards
*
*BISWABANDAN*
http://www.cse.iitm.ac.in/~biswa/

“We might fall down, but we will never lay down. We might not be the best,
but we will beat the best! We might not be at the top, but we will rise.”
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to