Simulator for Direct, Associative, Set Associative Mapping Technique in Cache Allocation
-
Updated
Nov 29, 2019 - C++
Simulator for Direct, Associative, Set Associative Mapping Technique in Cache Allocation
The following program here helps in simulating how blocks from main memory can get mapped to cache based on strategies: Direct-Mapping, Fully-Associative, Set-Associative
Storing data in 16-bit multilevel Direct Mapped, Associative, N-way Set Associative cache memory
Add a description, image, and links to the direct-cache topic page so that developers can more easily learn about it.
To associate your repository with the direct-cache topic, visit your repo's landing page and select "manage topics."