An open API service indexing awesome lists of open source software.

https://github.com/swap76/cache_mapping_technique

Simulator for Direct, Associative, Set Associative Mapping Technique in Cache Allocation
https://github.com/swap76/cache_mapping_technique

associative-cache c-plus-plus cache-mapping cache-simulator direct-cache set-associative-cache

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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