Syntax
void X<DUT>_EnableAutoRestart(X<DUT> *InstancePtr);
Description
Enables “auto restart” on device. When this is enabled,
- Port
ap_startwill be asserted as soon asap_doneis asserted by the device and the device will auto-start the next transaction. - Alternatively, if the block-level I/O protocol
ap_ctrl_chainis implemented on the device, the next transaction will auto-restart (ap_startwill be asserted) whenap_readyis asserted by the device and ifap_continueis asserted whenap_doneis asserted by the device.
Available only if there is an ap_start port.
-
InstancePtr - A pointer to the device instance.