Syntax
u32 X<DUT>_Get_ARG_vld(X<DUT> *InstancePtr);
Description
Read a value from ARG_vld
. Only available if port
ARG
is an output port on the device and implemented with an
ap_hs
or ap_vld
interface protocol.
-
InstancePtr
- A pointer to the device instance.
Return
Value of ARG_vld
.