It's a cache simulater. It simulates how do cache behave under direct mapping technique. Brief Intro :-- CPU generates some word address from which data or instruction is needed to be fetched from the ...
Cache Simulator This repository contains a simple cache simulator implemented in C. The simulator consists of a memory subsystem with cache and memory modules. The cache is designed as a direct-mapped ...
Abstract: This article is about a study of ways to organize a cache of the first level to minimize access to an external memory. The article briefly describes the logic of the direct mapping cache and ...