Syntax
void X<DUT>_Start(X<DUT> *InstancePtr);
Description
Start the device. This function will assert the ap_start
port on the device. Available only if there is ap_start
port on the device.
-
InstancePtr
- A pointer to the device instance.