>Does that mean for each core I have 10 mshrs
Right

>Also is there any way to differentiate which CACHE this MSHR belongs to, L1 
>cache or L2 cache or others?
There is a bool variable "isTopLevel" in cache_impl.hh that you can
differenciate cache levels. For L1 it is 1 an for L2 it is 0.



On 11/8/12, Xi Chen <[email protected]> wrote:
> Hi all,
>
>
>
> I think I found in mshr_queue.hh, there is a function called isFull() which
> can tell whether MSHR is full or not. My following question is that: I run
> with ruby+alpha+garnet. Will this MSHR still work with Ruby or it just work
> with simple classic memory?   Also is there any way to differentiate which
> CACHE this MSHR belongs to, L1 cache or L2 cache or others?
>
>
>
> Thanks,
>
> xi
>
>


-- 
Regards,
Mahmood
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to