Problem 4. Design a direct-mapped cache structure. The cache has the capacity of 8kB (kilo-byte), assuming 1 block is 51
Posted: Sun May 15, 2022 4:51 pm
Problem 4. Design a direct-mapped cache structure. The cache has the capacity of 8kB (kilo-byte), assuming 1 block is 512 bytes, and 1 valid bit, 1 tag bit. Calculate (S, E, B, m), draw and explain the cache structure? Hints: E = 1(1 line per set) because its direct-mapped cache, 16 = 4 X 4.