Syntax
void X<DUT>_IsReady(X<DUT> *InstancePtr);
Description
Check if the device is ready for the next input: this function will return the
value of the ap_ready
port. Available only if there is an
ap_ready
port on the device.
-
InstancePtr
- A pointer to the device instance.