I am using MPC5777C, wanted to understand the cache HIT time and miss latency.
1) how do we compute these timings, are they standard times for all misses and hits?
2) what are the scenarios of cache flush?
are they through
a) mtspr l1finv0 (for Data cache), mtspr l1finv1 (for instrcution cache) instruction
b) during cache replacement that is when Dirty bit is set and there is a cache miss detected or any other ways?
3) Invalidation of cache will results in cache flush also?