cocotb_wrapper.axi.AxiRam.hexdump#

AxiRam.hexdump(address, length, prefix='RAM')[source]#

Dump the content of the RAM to the stdout.

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

  • length (int) – The read size in bytes

  • prefix (str) – A prefix to each output line

Return type:

None