pylab_ml.common.file_io.readQEMemFile

readQEMemFile(fileName, base=32)[source]

Read a file with memory data in the DUMP_QE Software format.

base address 0 address 0 data hex 0000 data dec 0 address 1 data hex 0000 data dec 0

Parameters:
  • fileName (string) – The name of the text file containing memory data in DUMP_QE format.

  • base (int) – The base address for the memory data.

Returns:

  • int – minadr : The starting address of the memory data.

  • list – array : A list of memory data, with None entries for unused/initialized values.