Does cache_wb only write the specified bytes, or is this (like address) quantized on cache line size? If address is not cache line size aligned where does write back start?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Does cache_wb only write the specified bytes, or is this (like address) quantized on cache line size? If address is not cache line size aligned where does write back start?
Hello John,
The cache write back gets aligned on the cache line size. If address is not aligned with cache line size the write back happens at the start of cache line where address belongs.