Main Content

generateFPGADataCaptureIP

Open FPGA Data Capture Component Generator

    Description

    example

    generateFPGADataCaptureIP opens the FPGA Data Capture Component Generator tool.

    generateFPGADataCaptureIP('restore',true) opens the FPGA Data Capture Component Generator tool and reloads the parameters of the most recent design.

    generateFPGADataCaptureIP(matFile) opens the FPGA Data Capture Component Generator tool and reloads the parameters of a design you already generated and saved in matFile.

    Examples

    collapse all

    This example shows how to launch the FPGA Data Capture Component Generator tool.

    Open Tool With Default Settings

    Run the following command to launch the FPGA Data Capture Component Generator tool:

    generateFPGADataCaptureIP

    Input Arguments

    collapse all

    Option to reload the most recent design parameters, specified as true or false. When you specify this input as true, the FPGA Data Capture Component Generator tool opens and reloads the parameters of the most recent design. Otherwise, the tool opens with default settings.

    Example: 'restore',true

    Data Types: logical

    MAT file containing design parameters, specified as a character vector or string scalar. Specify this input in the form datacapture_gensettings.mat, replacing datacapture with one of these options:

    • Generated HDL IP core name

    • multipleDatacaptureIPs

      Note

      You can enable multiple data capture IPs only when targeting the Xilinx® devices over a JTAG interface.

    This MAT file is a generated file in the same folder as your other generated data capture components. When you specify this input, the FPGA Data Capture Component Generator tool opens and reloads the parameters of the design specified by this value.

    You must provide only the MAT file name if the file is in the current working folder.

    Example: 'datacapture_gensettings.mat'

    You must provide the full path to the saved MAT file if the file is not in the current working folder.

    Example: 'C:/home/user/datacapture_gensettings.mat'

    Data Types: char | string

    Version History

    Introduced in R2017a

    expand all