Dear Mahmoud,

Adding another level of shared cache after the L2 cache is fairly easy. The 
shared L2 cache already implements a cache coherency protocol and your L3 cache 
does not need to deal with cache coherency.
BTW, You have to implement your own component for this purpose. To do that you 
can start from the FastCMPCache and CMPCache components and remove all parts 
that deal with the coherence protocol and the coherence directory. 

Regards,
Mohammad

> From: Mahmood Naderan [[email protected]]
> Sent: Tuesday, May 10, 2011 8:22 AM
> To: simflex
> Subject: how to add another shared memory level?
> 
> Hi,
> How can I add another level of shared memory in flexus?
> 
> 
> // Naderan *Mahmood;

Reply via email to