step
Capture one buffer of data from HDL IP core running on FPGA
Syntax
Description
Note
Alternatively, instead of using the step
object
function to perform the operation defined by the System object™, you can call the System 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 an HDL IP
core generated from the FPGA Data
Capture Component Generator tool. dataOut
= step(DC
)dataOut
is a structure that
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 HDL IP core
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 R2017a