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


ADMXRC2_IMAGE

Declaration

typedef void* ADMXRC2_IMAGE;

Description

An ADMXRC2_IMAGE holds data that can be written to an FPGA's SelectMap port.

ADMXRC2_LoadBitstream and ADMXRC2_UnloadBitstream can be used to load SelectMap data from a file into an ADMXRC2_IMAGE variable. As ADMXRC2_LoadBitstream allocates memory to hold the data, it is the application's responsibility to free the memory when no longer required using ADMXRC2_UnloadBitstream.

A variable of type ADMXRC2_IMAGE can be used directly with ADMXRC2_ConfigureFromBuffer and ADMXRC2_ConfigureFromBufferDMA.

 


 Top of page