cocotb_wrapper.axi.AxiLiteRam.hexdump#

AxiLiteRam.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