cocotb_wrapper.axi.AxiRam.read#

AxiRam.read(address, length)[source]#

Read length bytes from address.

Parameters:
  • address (int) – The read start address

  • length (int) – The read size in bytes

Returns:

The content of the RAM at address

Return type:

bytes