processor_endian processor_info
API Reference Manual  /  5 Model-to-Simulator Interfaces  / 

processor_gui

Description
The processor_gui interface is implemented by processors that support displays in the Simics native GUI. It is only registered to indicate support for the displays, and does not contain any actual functionality.

SIM_INTERFACE(processor_gui) {
        void (*dummy)(conf_object_t *obj);
};

#define PROCESSOR_GUI_INTERFACE "processor_gui"

Execution Context
There are no methods in this interface.

processor_endian processor_info