4.3.2. Host AXI-4 Lite CSR Memory Map Subordinate Interface
Control and Status register access subordinate interface.
Clock Domain: axi_lite_clk
Reset: axi_lite_areset_n
Signal Name | Direction | Description |
---|---|---|
Write Address Channel | ||
host_lite_csr_awvalid | IN | Indicates that the write address channel signals are valid |
host_lite_csr_awready | OUT | Indicates that a transfer on the write address channel can be accepted |
host_lite_csr_awaddr [HOST_CSR_AWD-1:0] |
IN | The address of the first transfer in a write transaction The default value of HOST_CSR_AWD = 22. |
host_lite_csr_awprot[2:0] | IN | Protection attributes of a write transaction: privilege, security level, and access type. Note: this port is solely for compatibility purpose due to the limitation in the Platform Designer and is not used in the SSGDMA IP currently. The IP is assuming all the requests received at the Host AXI-4 Lite CSR Memory Map Subordinate Interface are trusted and secured. |
Write Data Channel | ||
host_lite_csr_wvalid | IN | Indicates that the write data channel signals are valid |
host_lite_csr_wready | OUT | Indicates that a transfer on the write data channel can be accepted |
host_lite_csr_wdata [31:0] |
IN | Write Data |
host_lite_csr_wstrb [3:0] |
IN | Write strobes, indicate which byte lanes hold valid data |
Write Response Channel | ||
host_lite_csr_bvalid | OUT | Indicates that the write response channel signals are valid |
host_lite_csr_bready | IN | Indicates that a transfer on the write response channel can be accepted |
host_lite_csr_bresp[1:0] | OUT | Write response, indicates the status of a write transaction |
Read Address Channel | ||
host_lite_csr_arvalid | IN | Indicates that the read address channel signals are valid |
host_lite_csr_arready | OUT | Indicates that a transfer on the read address channel can be accepted |
host_lite_csr_araddr [HOST_CSR_AWD-1:0] |
IN | The address of the first transfer in a read transaction The default value of HOST_CSR_AWD = 22. |
host_lite_csr_arprot[2:0] | IN |
Protection attributes of a read transaction: privilege, security level, and access type.
Note: This port is solely for compatibility purpose due to the limitation in the Platform Designer and is not used in the SSGDMA IP currently. The IP is assuming all the requests received at the Host AXI-4 Lite CSR Memory Map Subordinate Interface are trusted and secured.
|
Read Data Channel | ||
host_lite_csr_rvalid | OUT | Indicates that the read data channel signals are valid |
host_lite_csr_rready | IN | Indicates that a transfer on the read data channel can be accepted |
host_lite_csr_rdata [31:0] |
OUT | Read data |
host_lite_csr_rresp[1:0] | OUT | Read response, indicates the status of a read transfer |