----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3502/#review8425 -----------------------------------------------------------
src/mem/cache/tags/base.cc (line 59) <http://reviews.gem5.org/r/3502/#comment7299> more than 80 chars in the line src/mem/cache/tags/base_set_assoc.hh (line 220) <http://reviews.gem5.org/r/3502/#comment7298> Bad white spaces around here. src/mem/cache/tags/fa_lru.cc (lines 214 - 223) <http://reviews.gem5.org/r/3502/#comment7297> Indentation is is off. - Radhika Jagtap On June 16, 2016, 6:55 p.m., Sophiane SENNI wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/3502/ > ----------------------------------------------------------- > > (Updated June 16, 2016, 6:55 p.m.) > > > Review request for Default. > > > Repository: gem5 > > > Description > ------- > > Changeset 11536:1a3a96d435ed > --------------------------- > cache: Split the hit latency into tag lookup latency and RAM access latency > > If the cache access mode is parallel ("sequential_access" parameter set to > "False"), tags and RAMs are accessed in parallel. Therefore, the hit latency > is the maximum latency between tag lookup latency and RAM access latency. On > the other hand, if the cache access mode is sequential ("sequential_access" > parameter set to "True"), tags and RAM are accessed sequentially. Therefore, > the hit latency is the sum of tag lookup latency plus RAM access latency. > > > Diffs > ----- > > src/mem/cache/tags/fa_lru.hh 80e79ae636ca > src/mem/cache/tags/base.cc 80e79ae636ca > src/mem/cache/tags/Tags.py 80e79ae636ca > src/mem/cache/tags/fa_lru.cc 80e79ae636ca > src/mem/cache/tags/base_set_assoc.hh 80e79ae636ca > src/mem/cache/tags/base.hh 80e79ae636ca > configs/common/Caches.py 80e79ae636ca > src/mem/cache/Cache.py 80e79ae636ca > src/mem/cache/base.hh 80e79ae636ca > src/mem/cache/base.cc 80e79ae636ca > > Diff: http://reviews.gem5.org/r/3502/diff/ > > > Testing > ------- > > Tested using --Debug-flags=Cache > > > Thanks, > > Sophiane SENNI > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
