CPU–Memory Performance Trade-off Analysis using gem5
Evaluating how CPU model, clock frequency, and DRAM technology affect benchmark execution in gem5

Project Overview
This project studied how processor performance changes with different CPU models, clock frequencies, and memory technologies using the gem5 simulator. The work compared X86TimingSimpleCPU and X86MinorCPU, swept CPU frequency from 1 GHz to 3 GHz, and evaluated multiple DRAM types including DDR3_1600_8x8, DDR3_2133_8x8, and LPDDR2_S4_1066_1x32. The goal was to understand whether application performance is more sensitive to processor speed or memory-system behavior.