ClearVortexReconfigData, ClearApexReconfigData

void ClearVortexReconfigData(

Chip chip

);

void ClearApexReconfigData (

Chip chip

);

Description

Clears the data buffer that holds the reconfiguration data for the chip without deallocating memory.

Parameters

chip

The ID the C Code generated for the chip. This will be something like chipName or an_chipName, depending on the name of the chip and the generation options.

Return Value

None

Remarks

It is preferable to call this function instead of repeated calls to InitializeReconfigData and ShutdownReconfigData. Repeated calls to these functions take time and may cause memory fragmentation.

Example

See InitializeReconfigData