Re: [Gems-users] MESI_SCMP_bankdirectory: cache and memory timing parameters


Date: Fri, 2 May 2008 19:43:16 -0400
From: "Ying Wang" <ying.wng1@xxxxxxxxx>
Subject: Re: [Gems-users] MESI_SCMP_bankdirectory: cache and memory timing parameters
Thank you Mike!
 
how about these TIMING PARAMETERS in ruby/config/rubyconfig.defaults file? arent they applicable to MESI_SCMP_bankdirectory  protocol?
 
DIRECTORY_CACHE_LATENCY: 6
ISSUE_LATENCY: 2
CACHE_RESPONSE_LATENCY: 12
L2_TAG_LATENCY: 6
DIRECTORY_LATENCY: 80
TBE_RESPONSE_LATENCY: 1

what do these latencies represent?
 
thank you!

Ying

On Thu, May 1, 2008 at 1:10 PM, Mike Marty <mike.marty@xxxxxxxxx> wrote:
MEMORY_LATENCY is defined as a macro in RubyConfig.C (or .h).  It
takes MEMORY_RESPONSE_LATENCY_MINUS2 or something like that and adds a
random value to it to create some variability in the system

--Mike


On Wed, Apr 30, 2008 at 12:27 PM, Ying Wang <ying.wng1@xxxxxxxxx> wrote:
> hello gems users,
>
> I would like your help in something. I want to evaluate the
> MESI_SCMP_bankdirectory protocol. I also want to change the timing
> parameters in caches and memory. I checked the latencies refered to
> /protocols/MESI_SCMP_bankdirectory-L?cache and
> /protocols/MESI_SCMP_bankdirectory-mem, and it seems to me that the only
> latencies applicable are:
>
> latency=
>  L1_REQUEST_LATENCY
>  L1_RESPONSE_LATENCY
>  L1_REQUEST_LATENCY
>  L2_REQUEST_LATENCY
>  MEMORY_LATENCY
>
> although I found the first 4 in ruby/config/rubyconfig.defaults, i cant find
> the last one to change the memory latency - where is it?
>
> thank you,
>
> Ying
> _______________________________________________
>  Gems-users mailing list
>  Gems-users@xxxxxxxxxxx
>  https://lists.cs.wisc.edu/mailman/listinfo/gems-users
>  Use Google to search the GEMS Users mailing list by adding
> "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.
>
>
>
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.


[← Prev in Thread] Current Thread [Next in Thread→]