Core_Asynchronous_Trap
Core_Back_To_Front
API Reference Manual
/
12 Haps
/
Core_At_Exit
Description
Triggered, typically by
SIM_quit
, when Simics exits. The Simics API is not allowed to be used in the hap callbacks (see the Core_Clean_At_Exit hap description if access to the Simics API is needed).
Callback Type
void (*)(lang_void *callback_data, conf_object_t *trigger_obj);
Core_Asynchronous_Trap
Core_Back_To_Front