[gem5-users] Re: Different latencies

2023-05-02 Thread Eliot Moss via gem5-users
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::calcul

[gem5-users] Re: Different latencies

2023-05-02 Thread Shen, Fangjia via gem5-users
] Re: Different latencies External Email: Use caution with attachments, links, or sharing data On 4/30/2023 11:33 PM, Inderjit singh via gem5-users wrote: > Any ideas. > Inderjit Singh > > On Wed, May 11, 2022 at 10:08 PM Inderjit singh <mailto:inderjitsingh.d...@gm

[gem5-users] Re: Different latencies

2023-05-01 Thread Eliot Moss via gem5-users
On 4/30/2023 11:33 PM, Inderjit singh via gem5-users wrote: Any ideas. Inderjit Singh On Wed, May 11, 2022 at 10:08 PM Inderjit singh > wrote: 1. What is the difference between data/tag/response latency? 2. How can I add write latency (for NVM cache

[gem5-users] Re: Different latencies

2023-04-30 Thread Inderjit singh via gem5-users
Any ideas. Inderjit Singh On Wed, May 11, 2022 at 10:08 PM Inderjit singh < inderjitsingh.d...@gmail.com> wrote: > 1. What is the difference between data/tag/response latency? > 2. How can I add write latency (for NVM caches) in gem5, any patch? > > > Inderjit Singh > >