Syntax
int X<DUT>_Release(X<DUT> *InstancePtr);
Description
Release the uio device. Delete the mappings by
munmap. The mapping will automatically be
deleted if the process is terminated.
-
InstanceName - The name of the
uiodevice.
Return
XST_SUCCESS indicates success,
otherwise fail.