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


ADMXRC2_UnloadBitstream

Prototype

ADMXRC2_STATUS
ADMXRC2_UnloadBitstream(
    ADMXRC2_IMAGE Image);

Arguments

Argument Type Purpose
Image In Bitstream image to unload

Return value

Value Meaning
ADMXRC2_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 ADMXRC2_IMAGE, obtained from an earlier call to ADMXRC2_LoadBitstream.

 


 Top of page