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
Storing data in 16-bit multilevel Direct Mapped, Associative, N-way Set Associative cache memory
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
To associate your repository with the direct-cache topic, visit your repo's landing page and select "manage topics."