MEISqNodeFpgaType
Definition
|
typedef enum MEISqNodeFpgaType {
MEISqNodeFpgaTypeBOOT,
MEISqNodeFpgaTypeRUN_TIME,
} MEISqNodeFpgaType
|
Description
MEISqNodeFpgaType is an
enumeration of FPGA types.
|
MEISqNodeFpgaTypeBOOT |
The FPGA is operating with a boot image. The boot image only supports basic SynqNet communication. Use meiSqNodeDownload(...) to download the runtime image to the SynqNet node. |
MEISqNodeFpgaTypeRUN_TIME |
The FPGA is operating with a runtime image. |
|
See Also
meiSqNodeInfo | MEISqNodeInfoFpga | meiSqNodeDownload
|