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.29. loop_cmd

Usage

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

Description

Loops over a sequence of commands.

Parameters

iters

Number of loop iterations. Set to 0 for infinite loops.

cmds

List of commands to loop over. Cannot contain nested lists, and cannot contain loop_cmd.

Returns

Compiler IR object