Swap76 / Cache_Mapping_Technique

Simulator for Direct, Associative, Set Associative Mapping Technique in Cache Allocation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache_Mapping_Technique

Simulator for Direct, Associative, Set Associative Mapping Technique in Cache Allocation

Inputs

  • No. of Cache Lines
  • Time Required to Read the Data from Cache
  • Time Required to Read the Data from Main Memory
  • No. of Set
  • Fill Blocks in Main Memory
  • Select the Order of loading Data into Cache

Output

  • Cache Comparison Table After Every Opration
  • Along with Time Required to perform that Operation in all Techniques
  • At the end Total Time for all Techniques
  • Along with Total Hit and Miss in all Techniques

About

Simulator for Direct, Associative, Set Associative Mapping Technique in Cache Allocation

License:Apache License 2.0


Languages

Language:C++ 100.0%