ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


ADMXRC_UnloadFpgaFile

Prototype

ADMXRC_STATUS
ADMXRC_UnloadFpgaFile(
    ADMXRC_IMAGE Image);

Arguments

Argument Type Purpose
Image In Bitstream file to remove from memory

Return value

Value Meaning
ADMXRC_SUCCESS The bitstream file was successfully unloaded

Description

This function frees the memory used to hold the SelectMap data of an FPGA bitstream.

Image should be a value of type ADMXRC_IMAGE, obtained from an earlier call to ADMXRC_LoadFpgaFile.

 


 Top of page