cocotb_wrapper.axi.AxiLiteMaster.write#

async AxiLiteMaster.write(address, data, prot=AxiProt.NONSECURE)[source]#

Write data to the address.

Parameters:
  • address (int) – The write address

  • data (bytes) – The write data

  • prot (AxiProt) – The AXI protection flag

Returns:

The response to the write operation

Return type:

AxiLiteWriteResp