Hi all:

Does the ruby NOT take into account the "L2 Cache latency" in the performance 
measurement (i.e. ruby cycles) at all?

I am using gem5-stable-f75ee4849c40.

The python scripts of
MESI_CMP_directory.py,
MI_example.py,
MOESI_CMP_directory.py,
MOESI_CMP_token.py,
MOESI_hammer.py
in "configs/ruby" directory have these comments:
#
# Note: the L1 Cache latency is only used by the sequencer on fast path hits
#
class L1Cache(RubyCache):
    latency = 3

#
# Note: the L2 Cache latency is not currently used
#
class L2Cache(RubyCache):
    latency = 15



Thank you.


Suk chan Kang
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to