Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.12 KB

File metadata and controls

25 lines (15 loc) · 1.12 KB

CMSimulator - A general purpose cache memory simulator

This application serves as a simulator of how the data is accessed and transfered from main memory (MM) to cache memory (CM) and vice versa.


Wbesite: https://botxan.github.io/CMSimulator/


1. Configure the simulator to your needs: memory and block sizes, access times and also writing, placement and replacement policies. Step 1


2. Enter an address or generate a random one in the Instruction section. You can now control the flow of the simulator using the buttons in the Simulation messages section. Step 2


3. Access times and hit/miss rate are displayed in the chart below the table, as well as the calculus used for the address breakdown. Step 3


The repository has been created as a project for Computer Architecture subject.