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
- Host: GitHub
- URL: https://github.com/swap76/cache_mapping_technique
- Owner: Swap76
- License: apache-2.0
- Created: 2019-04-06T15:15:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T19:19:26.000Z (over 6 years ago)
- Last Synced: 2025-04-06T17:52:35.752Z (about 1 year ago)
- Topics: associative-cache, c-plus-plus, cache-mapping, cache-simulator, direct-cache, set-associative-cache
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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