Hello,

As far as I know, timings are in cpu cycles, so the latency and
response_latency. And block_size is in bytes.

It's better recopying these configs in the gem5's command line when
possible.

Regards,

--
Fernando A. Endo, PhD student and researcher

Université de Grenoble, UJF
France



2013/4/27 Gabriel Yessin <[email protected]>

> 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
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to