step
Syntax
Description
Note
Alternatively, instead of using the step
object
function to perform the operation defined by the data capture hub object, you can call
the hub object with arguments, as if it were a function. For example, y =
step(obj,x)
and y = obj(x)
perform equivalent
operations.
captures live signal data from a design running on an FPGA. The FPGA must contain a data
capture IP generated from the FPGA Data Capture Component Generator tool.
dataOut
= step(hub
)dataOut
is a structure that contains structures for each connected
data capture IP. Each such structure contains a field for each signal captured. Call the
setDataType
object function to specify the data type of each captured
signal.
If at least one signal is enabled as part of the trigger condition, the data capture IP
waits for a match of the trigger condition and captures the data. If no signals are enabled
as part of the trigger condition, the HDL IP core captures and returns the buffered data
immediately. When you create the object, no trigger condition is set by default. Call the
setTriggerCondition
and
setTriggerCombinationOperator
object functions to configure a trigger
condition.
Input Arguments
Output Arguments
Version History
Introduced in R2024a