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