2,647 views
0 votes
0 votes
how to calculate tag directory size in direct cache mapping...

is it number of lines * tag bits??

1 Answer

Best answer
3 votes
3 votes

Tag directory =(Number of lines in cache x number of bits required for tag   )bits

selected by

Related questions

1.5k
views
0 answers
1 votes
Apoorva Jain asked Sep 2, 2018
1,451 views
What is the size of tag in cache directory for direct and set-associative memory?For set-associative memory do we multiply by no of sets or no of blocks? ... valid, modified etc) * number of setsTag is associated with each block or set?
483
views
0 answers
2 votes
AnilGoudar asked Oct 18, 2017
483 views
The direct mapped cache uses M main memory blocks and N cache blocks, for a given Physical Address it resulted T tag bits and placed in P cache block. Which main memory words May respond to this Physical Address? Block size is P words.
528
views
1 answers
0 votes
S Ram asked Jan 12, 2019
528 views
Can we apply LRU policy to direct mapped cache. according to me it doesn't make any sense as eventually it will be like FIFO only as unique memory addresses ... . But my doubt / confusion is can we implement LRU on direct mapped caches?