This is the memory function to sync the memory for CPU.
Prototype
AieRC XAie_MemSyncForCPU(XAie_MemInst *MemInst);
Parameters
The following table lists the XAie_MemSyncForCPU
function arguments.
Type | Member | Description |
---|---|---|
XAie_MemInst * | MemInst | Memory instance pointer. |
Returns
XAIE_OK
on success, error code on
failure.