Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 549 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 549 Bytes

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