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

RMW operation on SRAM via AXI

I am implementing Read Modified Write on SRAM through AXI. What is the role of awsize and wstrbe?

Say data width is 64 bits, and awsize is set to support 64-bits, but the underlying wstrbe are only valid for lower 32-bits (8'b0000_1111). Does this candid for RMW operation? Or, it solely should depend on awsize and supported data widths?

 

Thanks.

0