On 5/2/2023 1:01 PM, Shen, Fangjia wrote:
Regarding the data latency, I think it depends on whether the cache is sequential access (access
cache tags, then data) or parallel access (access tags and data at the same time - common
optimization for the L1 cache). See the code for BaseCache::calculateAccessLatency. If
sequentialAccess==true, the sum of tag latency and data latency is used, otherwise the greater of
tag latency and data latency.
Regards,
Fangjia
Good point, Fangjia!
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org