Below is taken from Caches.py. In what units are hit_latency and
response_latency? Cycles? nanoseconds?

Also, are these the numbers that are used when the detailed version of arm
is used? (using the default cache configurations with the classic memory
subsystem)

class L1Cache(BaseCache):
    assoc = 2
    hit_latency = 2
    response_latency = 2
    block_size = 64
    mshrs = 4
    tgts_per_mshr = 20
    is_top_level = True



-- 
Gabriel Yessin
B.S. Biomedical Engineering, May 2011
M.S. Computer Engineering, May 2013
The George Washington University
774.238.0101
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to