Hi Patrick, gem5 doesn't support multiple cache line sizes "out of the box", but there's no reason you couldn't add the support. Creating a memory-side cache with a larger cache line is certainly possible! You might need to make some modifications to the Cache SimObject or create your own object. If you're using Ruby, this would be a protocol modification, but, again, it's absolutely possible.
Cheers, Jason On Tue, Jun 8, 2021 at 10:22 AM Patrick Sheridan (psheridan) via gem5-users <[email protected]> wrote: > Micron Confidential > > Does gem5 support having multiple cache line sizes (e.g. a non-coherent > cache, below the point of coherence, having a larger line size)? > > > > Regards, > > Patrick > > Micron Confidential > _______________________________________________ > gem5-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
_______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
