Returns the board information.
GxFpgaGetBoardSummary (nHandle, pszSummary, nMaxLen, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX3700 board. |
pszSummary |
PSTR |
Buffer to contain the returned board info (null terminated) string. |
nMaxLen |
SHORT |
pszSummary buffer size . |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The function returns the board information including the board firmware version, serial number and user FPGA part number.
The Gx3700 board comes installed with one of the following the following Stratix III user FPGA parts:
EP3SL50F780.
EP3SL70F780.
EP3SL110F780.
EP3SL150F780.
EP3SL200F780.
EP3SL340F780.
EP3SE50F780.
EP3SE80F780.
EP3SE110F780.
EP3SLE260F780.
The following example returns the board information:
CHAR szSummary[1024];
GxFpgaGetBoardSummary (nHandle, szSummary, 1024, &nStatus);
GxFpgaInitialize, GxFpgaGetEepromSummary, GxFpgaGetErrorString