MPISqNodeFpgaType
Definition
typedef enum MPISqNodeFpgaType {
MPISqNodeFpgaTypeINVALID = -1,
MPISqNodeFpgaTypeBOOT,
MPISqNodeFpgaTypeRUN_TIME,
MPISqNodeFpgaTypeLAST,
MPISqNodeFpgaTypeFIRST = MPISqNodeFpgaTypeINVALID + 1
} MPISqNodeFpgaType;
Description
MPISqNodeFpgaType is an enumeration of FPGA types.
| MPISqNodeFpgaTypeBOOT | The FPGA is operating with a boot image. The boot image only supports basic SynqNet communication. Use mpiSqNodeDownload(...) to download the runtime image to the SynqNet node. |
|---|---|
| MPISqNodeFpgaTypeRUN_TIME | The FPGA is operating with a runtime image. |
