AMAT (Average Memory Access Time) Calculator
Inputs
| Hit time | 1 ns |
|---|---|
| Miss rate | 5 % |
| Miss penalty | 100 ns |
AMAT (Average Memory Access Time) Calculator
Inputs
Cache Parameters
%
0 – 100 %
Results
Enter a value to see results.
Average Memory Access Time
\begin{aligned} \text{AMAT} &= t_h + m \times t_p \\ &= 1\,\text{ns} + \left(5\,\text{\%}\right)\left(100\,\text{ns}\right) \\ &= ?\,\text{ns} \end{aligned}
Recommended Next
Cache Hit Ratio & AMAT Calculator
Turn a cache hit ratio, hit time, and miss penalty into the average memory access time (AMAT) and miss rate, so you can see how caching affects effective latency.