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.2. write_cmd

Usage

def pyhydra.ipkits.hydra.driver_csr_axi4l.driver_compiler.CsrAxi4lDriver.write_cmd (cls, awaddr, wdata=0)

Description

Perform an AXI-Lite write transaction.

Generates a single command on the AW and W channels and monitors the response on the B channel. This API waits for the generation of the AW and W channel commands and also waits for the B channel response to return.

Parameters

awaddr

AWADDR constant value

wdata

WDATA constant value

Returns

Compiler IR object