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.26. driver_post_cmd

Usage

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

Description

Issue 'post's to other drivers.

You can use driver_post_cmd and driver_wait_cmd to synchronize drivers.

Posting is a non-blocking command. However, if any of the destination drivers has a backlog of posts that has reached the maximum limit, then driver_post_cmd blocks the source driver's traffic pattern until the clogged drivers consumes at least one previous post.

Parameters

args

List of driver indices or Driver objects to issue a post to.

Returns

Compiler IR object