VIRTUTECH CONFIDENTIAL    Previous - Up - Next

Core_Configuration_Loaded

Provided By
Simics Core
Callback Type
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj);
Description
Called when a configuration has been loaded. This hap can be be triggered several times during a session since it is possible to append a new configuration to the existing one. In most cases it is better to use the finalize_instance function in the class_data_t instead. That function is called when the object creation is finished.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next