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

Partial cache line store in ACE protocol

what is Partial cache line store means? How can a master store partial cache line?

Parents
  • Hi ,

    When doing a partial cache line store, the master will first need to obtain the "old" full cache line data, to be able to "merge" the "new" partial data.

    This is different to a full cache line store for example, where the master does not need the "old" data at all.

    See the AMBA AXI and ACE Protocol Specification, "D1.3.4 Channel usage examples", "Store operations for a partial cache line".

Reply
  • Hi ,

    When doing a partial cache line store, the master will first need to obtain the "old" full cache line data, to be able to "merge" the "new" partial data.

    This is different to a full cache line store for example, where the master does not need the "old" data at all.

    See the AMBA AXI and ACE Protocol Specification, "D1.3.4 Channel usage examples", "Store operations for a partial cache line".

Children