cocotb_wrapper.axi.AxiLiteRam.write#

AxiLiteRam.write(address, data)[source]#

Write data to the address.

Parameters:
  • address (int) – The write address

  • data (bytes) – The write data

Return type:

None