Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 623 Bytes

temp3.md

File metadata and controls

13 lines (7 loc) · 623 Bytes

Lab2B: Step3

Average bandwidth graph:

Avg_Bandwidth_frac

Total Stall cycles:

stall_frac

As the fraction of Cache increases, the stall cycles gradually decrease. This might be because the active fraction increases, reducing the stall cycles caused by accesses, thus lowering the stall cycles.

As the fraction of Cache increases, the average bandwidth also decreases. This could be because a larger cache does not necessarily have a faster data transfer rate.