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
uio
device.
Return
XST_SUCCESS
indicates success,
otherwise fail.