[gem5-dev] changeset in gem5: mem: Split the hit_latency into tag_latency a...

2016-11-30 Thread Sophiane Senni
changeset f15f02d8c79e in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=f15f02d8c79e description: mem: Split the hit_latency into tag_latency and data_latency If the cache access mode is parallel, i.e. "sequential_access" parameter is set to "False",

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-11-17 Thread Sophiane SENNI
sit: http://reviews.gem5.org/r/3502/#review8995 --- On oct. 27, 2016, 11:25 matin, Sophiane SENNI wrote: > > --- > This is an automatically generated e-mail. To re

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-10-27 Thread Sophiane SENNI
rc/mem/cache/tags/fa_lru.cc 4aac82f10951 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Debug-flags=Cache Thanks, Sophiane SENNI ___ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-10-25 Thread Sophiane SENNI
rc/mem/cache/tags/fa_lru.cc 4aac82f10951 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Debug-flags=Cache Thanks, Sophiane SENNI ___ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-10-24 Thread Sophiane SENNI
://reviews.gem5.org/r/3502/#review8960 --- On oct. 24, 2016, 2:56 après-midi, Sophiane SENNI wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > htt

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-10-24 Thread Sophiane SENNI
iff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Debug-flags=Cache Thanks, Sophiane SENNI ___ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-08-26 Thread Sophiane SENNI
ms to me this code is not right, as it checks if the data is > > technically written now, but we only need the data at time T. > > > > Should we not rather add the dataLatency to the blk->whenReady and then > > do the plus or max opteration? > >

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-29 Thread Sophiane SENNI
> On juil. 25, 2016, 1:18 après-midi, Nikos Nikoleris wrote: > > Ship It! > > Sophiane SENNI wrote: > How can I commit the patch ? I am not sure I have the commit access ? > > Nikos Nikoleris wrote: > You can't commit it youself, one of the maintainers will h

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-29 Thread Sophiane SENNI
> On juil. 25, 2016, 1:18 après-midi, Nikos Nikoleris wrote: > > Ship It! > > Sophiane SENNI wrote: > How can I commit the patch ? I am not sure I have the commit access ? > > Nikos Nikoleris wrote: > You can't commit it youself, one of the maintainers will h

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-28 Thread Sophiane SENNI
812689280e7a8fa842 src/mem/cache/tags/base_set_assoc.hh 4aac82f109517217e6bfb3812689280e7a8fa842 src/mem/cache/tags/fa_lru.cc 4aac82f109517217e6bfb3812689280e7a8fa842 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Debug-flags=Cache Thanks, Sophiane SENNI

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-28 Thread Sophiane SENNI
we care about blk->whenReady in base_set_assoc.hh, I assume we have also to care about it here. - Sophiane ------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3502/#review8552 --

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-27 Thread Sophiane SENNI
> On juil. 25, 2016, 1:18 après-midi, Nikos Nikoleris wrote: > > Ship It! > > Sophiane SENNI wrote: > How can I commit the patch ? I am not sure I have the commit access ? > > Nikos Nikoleris wrote: > You can't commit it youself, one of the maintainers will h

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-27 Thread Sophiane SENNI
> On juil. 25, 2016, 1:18 après-midi, Nikos Nikoleris wrote: > > Ship It! > > Sophiane SENNI wrote: > How can I commit the patch ? I am not sure I have the commit access ? > > Nikos Nikoleris wrote: > You can't commit it youself, one of the maintainers will h

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-26 Thread Sophiane SENNI
> On juil. 25, 2016, 1:18 après-midi, Nikos Nikoleris wrote: > > Ship It! > > Sophiane SENNI wrote: > How can I commit the patch ? I am not sure I have the commit access ? > > Nikos Nikoleris wrote: > You can't commit it youself, one of the maintainers will h

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-25 Thread Sophiane SENNI
sit: http://reviews.gem5.org/r/3502/#review8525 --- On juil. 25, 2016, 1:16 après-midi, Sophiane SENNI wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > ht

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-25 Thread Sophiane SENNI
p://reviews.gem5.org/r/3502/#review8519 --- On juil. 25, 2016, 1:16 après-midi, Sophiane SENNI wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/3502/ >

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-25 Thread Sophiane SENNI
a985b5fd56cb5b2708 src/mem/cache/tags/base_set_assoc.hh 80e79ae636ca6b021cbf7aa985b5fd56cb5b2708 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Debug-flags=Cache Thanks, Sophiane SENNI ___ gem5-dev mailing list gem5-dev@ge

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-20 Thread Sophiane SENNI
cbf7aa985b5fd56cb5b2708 src/mem/cache/tags/fa_lru.cc 80e79ae636ca6b021cbf7aa985b5fd56cb5b2708 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Debug-flags=Cache Thanks, Sophiane SENNI ___ gem5-dev mailing list gem5-dev@ge

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-20 Thread Sophiane SENNI
r? The > > flag sequentialAccess and the condition lookupLatency >= dataLantency > > shouldn't change during the simulation. > > Sophiane SENNI wrote: > I think this code should be left here. Because the total access latency > now depends on both tag_latency and

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-07-18 Thread Sophiane SENNI
r? The > > flag sequentialAccess and the condition lookupLatency >= dataLantency > > shouldn't change during the simulation. > > Sophiane SENNI wrote: > I think this code should be left here. Because the total access latency > now depends on both tag_latency and

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-06-30 Thread Sophiane SENNI
r? The > > flag sequentialAccess and the condition lookupLatency >= dataLantency > > shouldn't change during the simulation. > > Sophiane SENNI wrote: > I think this code should be left here. Because the total access latency > now depends on both tag_latency and

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-06-28 Thread Sophiane SENNI
80e79ae636ca6b021cbf7aa985b5fd56cb5b2708 src/mem/cache/tags/Tags.py 80e79ae636ca6b021cbf7aa985b5fd56cb5b2708 src/mem/cache/base.cc 80e79ae636ca6b021cbf7aa985b5fd56cb5b2708 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Deb

Re: [gem5-dev] Review Request 3502: mem: Split the hit_latency into tag_latency and data_latency

2016-06-28 Thread Sophiane SENNI
80e79ae636ca6b021cbf7aa985b5fd56cb5b2708 src/mem/cache/tags/base.hh 80e79ae636ca6b021cbf7aa985b5fd56cb5b2708 src/mem/cache/tags/base.cc 80e79ae636ca6b021cbf7aa985b5fd56cb5b2708 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Debug-flags=Cache Thanks, Sophiane SENNI

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and data access latency

2016-06-28 Thread Sophiane SENNI
lly generated e-mail. To reply, visit: http://reviews.gem5.org/r/3502/#review8441 --- On juin 20, 2016, 3:07 après-midi, Sophiane SENNI wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://reviews

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and data access latency

2016-06-20 Thread Sophiane SENNI
;ram_latency" is also not very clear. > > Maybe something like "tag_latency" and "line_latency" could be better ? I > > think the two parts of a cache are well identified in this example. > > Sophiane SENNI wrote: > Hi Pierre-Yves, > > I

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and data access latency

2016-06-20 Thread Sophiane SENNI
80e79ae636ca6b021cbf7aa985b5fd56cb5b2708 src/mem/cache/tags/fa_lru.cc 80e79ae636ca6b021cbf7aa985b5fd56cb5b2708 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Debug-flags=Cache Thanks, Sophiane SENNI ___ gem5-dev mailing

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and RAM access latency

2016-06-17 Thread Sophiane SENNI
uld be a solution. Any feedback from other gem5 users would be useful. Sophiane - Sophiane --- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3502/#review8419 ----

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and RAM access latency

2016-06-16 Thread Sophiane SENNI
t_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

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and RAM access latency

2016-06-16 Thread Sophiane SENNI
the "-o" option on the extension. > > > > Cheers! > > Sophiane SENNI wrote: > Hi Jason, > > If I use the hg postreview extension (with the following command hg > postreview -o -u -e 3502), all the patch does not apply cleanly. > > Jason

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and RAM access latency

2016-06-16 Thread Sophiane SENNI
the "-o" option on the extension. > > > > Cheers! > > Sophiane SENNI wrote: > Hi Jason, > > If I use the hg postreview extension (with the following command hg > postreview -o -u -e 3502), all the patch does not apply cleanly. > > Jason

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and RAM access latency

2016-06-16 Thread Sophiane SENNI
em/cache/tags/Tags.py UNKNOWN src/mem/cache/base.hh UNKNOWN src/mem/cache/base.cc UNKNOWN src/mem/cache/BaseCache.py UNKNOWN configs/common/Caches.py UNKNOWN Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Deb

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and RAM access latency

2016-06-16 Thread Sophiane SENNI
s is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3502/#review8413 ------- On juin 16, 2016, 3:15 après-midi, Sophiane SENNI wrote: > > --- > Th

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and RAM access latency

2016-06-16 Thread Sophiane SENNI
src/mem/cache/tags/base_set_assoc.hh 629fe6e6c781ec542bcd1cfda0217dfc51c4826b src/mem/cache/tags/fa_lru.hh 629fe6e6c781ec542bcd1cfda0217dfc51c4826b src/mem/cache/tags/fa_lru.cc 629fe6e6c781ec542bcd1cfda0217dfc51c4826b Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Deb

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and RAM access latency

2016-06-16 Thread Sophiane SENNI
src/mem/cache/tags/base.hh 629fe6e6c781 src/mem/cache/tags/base.cc 629fe6e6c781 src/mem/cache/tags/base_set_assoc.hh 629fe6e6c781 src/mem/cache/tags/fa_lru.hh 629fe6e6c781 src/mem/cache/tags/fa_lru.cc 629fe6e6c781 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and RAM access latency

2016-06-16 Thread Sophiane SENNI
hh UNKNOWN src/mem/cache/tags/base.cc UNKNOWN src/mem/cache/tags/base_set_assoc.hh UNKNOWN src/mem/cache/tags/fa_lru.hh UNKNOWN src/mem/cache/tags/fa_lru.cc UNKNOWN Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Deb

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and RAM access latency

2016-06-15 Thread Sophiane SENNI
py 629fe6e6c781 src/mem/cache/base.hh 629fe6e6c781 src/mem/cache/base.cc 629fe6e6c781 src/mem/cache/tags/Tags.py 629fe6e6c781 src/mem/cache/tags/base.hh 629fe6e6c781 src/mem/cache/tags/base.cc 629fe6e6c781 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using

Re: [gem5-dev] Review Request 3502: cache: Split the hit latency into tag lookup latency and RAM access latency

2016-06-15 Thread Sophiane SENNI
629fe6e6c781 src/mem/cache/tags/Tags.py 629fe6e6c781 src/mem/cache/tags/base.hh 629fe6e6c781 src/mem/cache/tags/base.cc 629fe6e6c781 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Debug-flags=Cache Thanks, Sophiane SENNI

[gem5-dev] Review Request 3502: Split the hit latency into tag lookup latency and RAM access latency

2016-06-15 Thread Sophiane SENNI
oc.hh 629fe6e6c781 src/mem/cache/tags/fa_lru.cc 629fe6e6c781 src/mem/cache/tags/fa_lru.hh 629fe6e6c781 Diff: http://reviews.gem5.org/r/3502/diff/ Testing --- Tested using --Debug-flags=Cache Thanks, Sophiane SENNI ___ gem5-dev mailing list ge

Re: [gem5-dev] Review Request 2109: Different SimpleDRAM latency for read and write access

2014-05-20 Thread Sophiane SENNI via gem5-dev
--- On Dec. 6, 2013, 11:09 a.m., Sophiane SENNI wrote: --- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2109

Re: [gem5-dev] Review Request 2072: Different cache latency for read and write access

2014-01-09 Thread Sophiane SENNI
to check read hit latency and write hit latency for Dcache and Icache. I checked the time between a request sent by the cpu and the response sent by the cache memory. Thanks, Sophiane SENNI ___ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org

[gem5-dev] Review Request 2109: Different SimpleDRAM latency for read and write access

2013-12-06 Thread Sophiane SENNI
(updated) - src/mem/SimpleDRAM.py 5e8970397ab7 src/mem/simple_dram.hh 5e8970397ab7 src/mem/simple_dram.cc 5e8970397ab7 Diff: http://reviews.gem5.org/r/2109/diff/ Testing --- Thanks, Sophiane SENNI ___ gem5-dev mailing list gem5-dev

Re: [gem5-dev] Review Request 2072: Different cache latency for read and write access

2013-11-20 Thread Sophiane SENNI
--- On Nov. 4, 2013, 9:44 a.m., Sophiane SENNI wrote: --- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2072

Re: [gem5-dev] Review Request 2072: Different cache latency for read and write access

2013-11-16 Thread Sophiane SENNI
--- On Nov. 4, 2013, 9:44 a.m., Sophiane SENNI wrote: --- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2072/ --- (Updated

Re: [gem5-dev] Review Request 2072: Different cache latency for read and write access

2013-11-04 Thread Sophiane SENNI
--- I used --debug-flags command to check read hit latency and write hit latency for Dcache and Icache. I checked the time between a request sent by the cpu and the response sent by the cache memory. Thanks, Sophiane SENNI ___ gem5-dev mailing list