This is the API updates the base NPI address.
Prototype
AieRC XAie_UpdateNpiAddr(XAie_DevInst *DevInst, u64 NpiAddr);
Parameters
The following table lists the XAie_UpdateNpiAddr
function arguments.
Type | Member | Description |
---|---|---|
XAie_DevInst * | DevInst | Global AIE device instance pointer. |
u64 | NpiAddr | Base NPI address |
Returns
XAIE_OK
on success error code on
failure.