VIRTUTECH CONFIDENTIAL    Previous - Up - Next

Core_Instruction_Squashed

Provided By
Simics Core
Callback Type
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj, void *instruction_id);
Description
Triggered just before an instruction is squashed. This hap can be used to free user data that has been added to an instruction. It can also be used to inhibit resending stalling memory accesses to the timing model by getting the stalling transaction with SIM_instruction_stalling_mem_op and setting the field ma_no_reissue. Only available in Micro Architectural Mode.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next