madeeasy
closed

retagged by
302 views
0 votes
0 votes
closed with the note: Good answers given on: https://gateoverflow.in/20086/page-replacement and a few others

My question is how does cache block size affect the placement of blocks/addresses in cache? Example: here 2 word cache block vs 1 word cache block size. What will be the difference?

retagged by

1 Answer

0 votes
0 votes
answer will be line -0

main memorya nd cache block size should be same..for placing the addresses block size will not affect as long as the block size of all addresses are same as the cache and main memory block size

If the requested blocks are different in size we will make it same as cache /MM block size by appending 0's at MSB sides

Related questions

0 votes
0 votes
1 answer
3
0 votes
0 votes
1 answer
4