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.2.28. parallel_cmd

Usage

def pyhydra.ipkits.hydra.driver_mem_axi4.driver_compiler.MemAxi4Driver.parallel_cmd (cls, cmds)

Description

Executes commands in parallel.

WARNING: To avoid a race condition, do not combine write_cmd with wait_writes_cmd within the same parallel block, and do not combine read_cmd with wait_reads_cmd within the same parallel block.

Parameters

cmds

List of commands to execute in parallel. Cannot contain nested lists, and cannot contain loop_cmd or parallel_cmd.

Returns

Compiler IR object