Test Engine FPGA IP User Guide: Agilex™ 5 and Agilex™ 7 FPGAs

ID 817758
Date 7/08/2024
Public
Document Table of Contents

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