X<DUT>_Release - 2020.2 English

Vitis High-Level Synthesis User Guide (UG1399)

Document ID
UG1399
Release Date
2021-03-22
Version
2020.2 English

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.