.. _hardware_axi_axi_mem_map: ========= AxiMemMap ========= Examples of using the AxiMemMap class are included in :ref:`hardware_axi_memory`. Python binding -------------- This C++ class is also exported into Python as ``rogue.hardware.axi.AxiMemMap``. Python API page: - :doc:`/api/python/rogue/hardware/axi/aximemmap` objects in C++ are referenced by the following shared pointer typedef: .. doxygentypedef:: rogue::hardware::axi::AxiMemMapPtr The class description is shown below: .. doxygenclass:: rogue::hardware::axi::AxiMemMap :members: