pynq.metadata-mem_dict_view Module

Provides a view onto the Metadata object that displays all memory accessible from the Processing System. Models a dictionary, where the key is the memory name, and each entry contains, details such as the XRT allocation information for each memory.

class pynq.metadata.mem_dict_view.DummyHwhParser(mem_dict)[source]

Bases: object

class pynq.metadata.mem_dict_view.MemDictView(module: pynqmetadata.models.module.Module)[source]

Bases: pynq.metadata.metadata_view.MetadataView

Provides a view onto the Metadata object that displays all memory accessible from the Processing System. Models a dictionary, where the key is the memory name, and each entry contains, details such as the XRT allocation information for each memory.

view

Returns the dictionary view of the metadata, this should be overloaded in the subclass to actually implement the view