strb property

Logic strb

Write strobe.

Indicates which byte lanes to update during a write transfer. There is one write strobe for each 8 bits of the write data bus. Width is equal to dataWidth divided by 8.

The nth bit of strb corresponds to range [(8n + 7):(8n)] of wData.

Must not be active during a read transfer.

Implementation

Logic get strb => port('PSTRB');