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.MemDictView(module: Module)[source]
Bases:
MetadataViewProvides 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.
- property view: Dict
Returns the dictionary view of the metadata, this should be overloaded in the subclass to actually implement the view