X<DUT>_Release - 2023.2 English

Vitis High-Level Synthesis User Guide (UG1399)

Document ID
UG1399
Release Date
2023-12-18
Version
2023.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.