Visible to Intel only — GUID: group__group__compiler__csr__axi4l__driver_1gab54d2fe9121d0c7a2aff6bdcbe6e09ca
Ixiasoft
Visible to Intel only — GUID: group__group__compiler__csr__axi4l__driver_1gab54d2fe9121d0c7a2aff6bdcbe6e09ca
Ixiasoft
5.2.1.1. read_cmd
Usage
def pyhydra.ipkits.hydra.driver_csr_axi4l.driver_compiler.CsrAxi4lDriver.read_cmd (cls, araddr, rdata=None)
Description
Perform an AXI-Lite read transaction.
Generates a single command on the AR channel and monitors the response on the R channel. This API waits for the generation of the AR channel command and also waits for the R channel response to return.
Parameters
- araddr
-
ARADDR constant value
- rdata
-
Set to None to disable error checking for RDATA, or set to the expected constant value
Returns
Compiler IR object