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

ID 817758
Date 3/31/2025
Public
Document Table of Contents

5.2.2.27. driver_wait_cmd

Usage

def pyhydra.ipkits.hydra.driver_mem_axi4.driver_compiler.MemAxi4Driver.driver_wait_cmd (cls, *args)

Description

Wait for 'post's from other drivers.

driver_post_cmd and driver_wait_cmd can be used to synchronize drivers.

Waiting for a post is a blocking command which waits until at least one post is received from each of the source drivers.

Parameters

args

List of driver indices or Driver objects to wait to recieve a post from.

Returns

Compiler IR object