Console_Break_String Core_Asynchronous_Trap
API Reference Manual  /  12 Haps  / 

Core_Address_Not_Mapped

Description
Triggered when an access to a memory-space has no target and the access does not match any entry in the outside_memory_whitelist CPU attribute. The default handler for this hap will signal an error and stop the simulation.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, 
         int64 physical_address, int64 access_type, 
         int64 size);

Console_Break_String Core_Asynchronous_Trap