A newer version of this document is available. Customers should click here to go to the newest version.
4.5.6. PIO AXI-Lite Manager (pio_lite_initiatr)
The AXI4-Lite PIO Manager is present only if you select the Multi Channel DMA User Mode for MCDMA Settings in the IP Parameter Editor. The AXI4-Lite PIO Manager is always present irrespective of the user interface type (AXI-S/AXI-MM) that you select. This interface should be connected to the corresponding AXI-MM Subordinate Interface of the application logic.
Interface clock: axi_lite_clk
Signal Name | Direction | Description |
---|---|---|
Write Address Channel | ||
rx_pio_axi_lite_awvalid | Output | Write address valid. |
rx_pio_axi_lite_awready | Input | Write address ready. This signal indicates that the subordinate is ready to accept an address. |
rx_pio_axi_lite_awaddr[n:0] | Output | Write address. The write address gives the address of the first transfer in a write burst transaction. Refer to the AXI4-Lite PIO Manager address mapping section for more information on the actual address width. |
rx_pio_axi_lite_awprot[2:0] | Input | Protection type. This interface does not use protection attributes. |
Write Data Channel | ||
rx_pio_axi_lite_wvalid | Output | Write Data Valid. |
rx_pio_axi_lite_wready | Input | Write Data Ready. This signal indicates that the subordinate is ready to accept data. |
rx_pio_axi_lite_wdata[63:0] | Output | Write data. |
rx_pio_axi_lite_wstrb[7:0] | Output | Write strobes. This signal indicates which byte lanes hold valid data. |
Write Response Channel | ||
rx_pio_axi_lite_bvalid | Input | Indicates that the write response channel signals are valid. |
rx_pio_axi_lite_bready | Output | Indicates that a transfer on the write response channel can be accepted. |
rx_pio_axi_lite_bresp[1:0] | Input | Write Response. Indicates the status of a write transaction. |
Read Address Channel | ||
rx_pio_axi_lite_arvalid | Output | This signal indicates that the read address channel signals are valid. |
rx_pio_axi_lite_arready | Input | This signal indicates that a transfer on the read address channel can be accepted. |
rx_pio_axi_lite_araddr[n:0] | Output | The address of the first transfer in a read transaction. Refer to the AXI4-Lite PIO Manager address mapping section for more information on the actual address width. |
rx_pio_axi_lite_arprot[2:0] | Output | Protection type. This interface does not use protection attributes. |
Read Data Channel | ||
rx_pio_axi_lite_rvalid | Input | Read data valid. |
rx_pio_axi_lite_rready | Output | This signal indicates that the manager is ready to accept the read data. |
rx_pio_axi_lite_rdata[63:0] | Input | Read Data. |
rx_pio_axi_lite_rresp[1:0] | Input | Read response. This signal indicates the status of the read transfer. EXOKAY is not supported. |