/CacheSimulator

캐시 시뮬레이터 컴퓨터 구조

Primary LanguageC++MIT LicenseMIT

Cachesimulator

2019-11-15

INPUT

  • Trace file
  • Mode select (only LRU)
  • Instruction cache size (32KB ~ 512KB)
  • Instruction cache block size (4Byte ~ 64Byte)
  • Instruction associativity (1 ~ 16)
  • Data cache size (32KB ~ 512KB)
  • Data cache block size (4Byte ~ 64Byte)
  • Data cache associativity (1 ~ 16)

OUTPUT

  • (Instruction cache)
    • Access
    • Miss
    • Miss ratio
  • (Data cache)
    • Access
    • Miss
    • Miss ratio