Skip to content

Simulation of a memory cache (addresses only), for Computer Architecture (2021-22).

Notifications You must be signed in to change notification settings

SpartaYoshi/Cache-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Memory Cache Simulator (addresses only)

Optional project for Computer Architecture (2021).

It's an 8-line cache memory simulator, written in Java, represented as a matrix in console.

It only operates with memory addresses and determines access times, hit/miss rates and how it stores information within the cache. Memory data is not coded for operations, so it's not involved.

Writing policy is Write-back. Word, block and set sizes are configurable, as well as the replacement policies to use: FIFO or LRU.

Have fun testing! :3

About

Simulation of a memory cache (addresses only), for Computer Architecture (2021-22).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages