Syntax
u32 X<DUT>_Get_ARG(X<DUT> *InstancePtr);
Description
Read a value from ARG
. Only available if port
ARG
is an output port on the device.
-
InstancePtr
- A pointer to the device instance.
Return
Value of ARG
.