Development Tools User’s Guide
271
Intel
®
IXP2400/IXP2800 Network Processors
Simulator APIs
9.5.14
XACT_exit_transactor
This function forces termination of the transactor after the next input command has been received
Synopsis
XACTAPI XACT_exit_transactor()
9.5.15
XACT_CTRL_C_SWITCH
This function enables or disables the transactor CTRL-C function. By default, this function is
enabled. Note that this is a non-blocking call (i.e. the simulation is not guaranteed to be stopped
when this function returns).
Synopsis
XACTAPI XACT_CTRL_C_SWITCH( int enable )
Returns
TRUE if successful; FALSE otherwise
9.5.16
XACT_stop_execution
This function stops simulation at the end of the next simulation cycle It also stops script file
execution as soon as possible by letting the current command complete, and then unwinding the
command stack.
Synopsis
XACTAPI XACT_stop_execution()
Returns
TRUE if successful; FALSE otherwise
9.5.17
XACT_gui_interface
This function returns TRUE if the Workbench is connected to the transactor; otherwise, it returns
FALSE
Synopsis
XACTAPI XACT_gui_interface()