Syntax
u32 X<DUT>_Get_ARG_Depth(X<DUT> *InstancePtr);
Description
Return the total number of elements in the array. Only available when
ARG
is an array grouped into the AXI4-Lite interface.
If the elements in the array are less than 16-bit, Vitis HLS groups multiple elements into the 32-bit data width of the AXI4-Lite interface. If the bit width of the elements exceeds 32-bit, Vitis HLS stores each element over multiple consecutive addresses.
-
InstancePtr
- A pointer to the device instance.
Return
The total number of elements in the array.