programFPGA - Load programming file associated with FILSimulation or FILFreeRunning system

        object onto FPGA - MATLAB ([original](https://in.mathworks.com/help/hdlverifier/ref/hdlverifier.filsimulation.programfpga.html)) ([raw](?raw))

Load programming file associated with FILSimulation or FILFreeRunning system object onto FPGA

collapse all in page

Syntax

[programFPGA(filobj)](#d126e40134)

Description

programFPGA([filobj](#d126e40156)) loads the FPGA through the JTAG cable, using information from theProgrammingFile, ScanChainPosition, and BoardName properties of the input FILSimulation System objectâ„¢.

Input Arguments

collapse all

Instance of FILSimulation, specified as a FILSimulation System object.

Version History

Introduced in R2010b

See Also

hdlverifier.FILSimulation | hdlverifier.FILFreeRunning

Topics