The AXI4-Lite interface allows you to dynamically control parameters within the core. Core configuration can be accomplished using an AXI4-Lite master state machine, or an embedded Arm® or soft system processor such as MicroBlaze™ . The Remap core can be controlled through the AXI4-Lite interface by using functions provided by the driver in the AMD Vitis™ software platform. Another method is performing read and write transactions to the Remap register space but should only be used when the first method is not available.
Signal Name | I/O | Width | Description |
---|---|---|---|
s_axi_CTRL_awvalid | I | 1 | AXI4-Lite Write Address Channel Write Address Valid |
s_axi_CTRL_awready | O | 1 | AXI4-Lite Write Address Channel Write Address Ready. Indicates DMA ready to accept the write address. |
s_axi_CTRL_awaddr | I | 8 | AXI4-Lite Write Address Bus |
s_axi_CTRL_wvalid | I | 1 | AXI4-Lite Write Data Channel Write Data Valid |
s_axi_CTRL_wready | 1 | AXI4-Lite Write Data Channel Write Data Ready. Indicates DMA is ready to accept the write data. | |
s_axi_CTRL_wdata | I | 32 | AXI4-Lite Write Data Bus |
s_axi_CTRL_bresp | 2 | AXI4-Lite Write Response Channel. Indicates results of the write transfer. | |
s_axi_CTRL_bvalid | 1 | AXI4-Lite Write Response Channel Response Valid. Indicates response is valid. | |
s_axi_CTRL_bready | I | 1 | AXI4-Lite Write Response Channel Ready. Indicates target is ready to receive response |
s_axi_CTRL_arvalid | I | 1 | AXI4-Lite Read Address Channel Read Address Valid |
s_axi_CTRL_arready | 1 | Ready. Indicates DMA is ready to accept the read address. | |
s_axi_CTRL_araddr | I | 8 | AXI4-Lite Read Address Bus |
s_axi_CTRL_rvalid | 1 | AXI4-Lite Read Data Channel Read Data Valid | |
s_axi_CTRL_rready | I | 1 | AXI4-Lite Read Data Channel Read Data Ready. Indicates target is ready to accept the read data. |
s_axi_CTRL_rdata | 32 | AXI4-Lite Read Data Bus | |
s_axi_CTRL_rresp | 2 | AXI4-Lite Read Response Channel Response. Indicates results of the read transfer. | |
s_axi_CTRL_wstrb | I | 4 | AXI4-Lite Write Strobe. Shows which bytes of the data bus are valid and should be read by the Slave. |