3. In a Direct-mapped cache, the cache is organized as a hash table. Addresses of the main memory are mapped to the indices of the cache (block numbers) using a modulo operator (%) as the hash ...
We use index and tag to identify a cache line: There is a 8 Way cache with 16 set, each CL(cache line) is 64 bytes. Total size = 8 * 16 * 64 = 8192 bytes It looks ...