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.
>
>
>
|