Main Content

setRunImmediateFlag

Configure data capture to run immediately without any trigger condition

Since R2022a

Description

setRunImmediateFlag(DC,value) specifies whether the data capture object DC runs in immediate mode. If value is true, the data capture object runs in immediate mode and captures data immediately without checking for the trigger condition. In this mode, the data capture object captures data either at each clock cycle or based on a capture condition if capture condition logic is enabled. If value is false, the data capture object does not run in immediate mode.

Input Arguments

collapse all

Customized data capture object, specified as an hdlverifier.FPGADataReader System object.

Flag to capture data immediately, specified as a numeric or logical 1 (true) or 0 (false). To ignore the trigger condition and capture data immediately, set this value to 1 (true). In this case, the generated object does not enable any signals as part of the overall trigger condition. To capture data that includes a particular event in the FPGA logic, configure a trigger condition and set this value to 0 (false). In this case, the data capture object waits until the trigger condition is true, then captures the data.

Version History

Introduced in R2022a