/ComputerOrganization_Proj2

109-2 計算機組織 Project 2

Primary LanguageC++

Task Description

  • Q0: Gem5 + NVmain Build-up
    • Instructions given in PPT
  • Q1: Enable L3 last level cache in GEM5 + NVmain
    • 5 config files, recompile
  • Q2: Config last level cache to 2-way and full and full-way associative ache and test performance.
    • l3_assoc=16384 and l3_assoc=2
  • Q3: Modify last level cache policy based on RRIP
    • replacement_policy = RRIP()
  • Q4: Test the performance of write back and write through policy based on 4-wau associatve cache with isscc_pcm
    • modify base.cc