This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Whether Armv7-A has a Write Buffer

Hi,

Does Armv7-A have a write buffer?

If yes, when will the write buffer be drained and what's the purpose of write buffer?

Parents
  • Thank you.

    I think this is about store buffer not write buffer. Store buffer is mainly used to hold store operation to Cache after committed by Load Store Unit. Write buffer is used to hold store operation to main memory. I think the two are different.

Reply
  • Thank you.

    I think this is about store buffer not write buffer. Store buffer is mainly used to hold store operation to Cache after committed by Load Store Unit. Write buffer is used to hold store operation to main memory. I think the two are different.

Children