TLB_Replace_Instruction Vga_Refresh_Triggered
API Reference Manual  /  12 Haps  / 

UI_Run_State_Changed

Description
Triggered when the run state changes; not triggered in batch mode. The argument is one of:
"Stopped"
simulation stopped and may not run
"Stopped_Fwd"
stopped and may run forward
"Forwarding"
simulation is running forward

Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, char *state);

TLB_Replace_Instruction Vga_Refresh_Triggered