riscv_imsic rs232_console
API Reference Manual  /  4 Model-to-Model Interfaces  / 

riscv_signal_sgeip

Description
The riscv_signal_sgeip interface makes it possible to signal Supervisor Guest External (SGE) interrupts with a corresponding vgein. This is used together with an IMSIC and signaled from the IMSIC.
SIM_INTERFACE(riscv_signal_sgeip) {
        void (*signal_raise)(conf_object_t *NOTNULL obj, uint64 vgein);
        void (*signal_lower)(conf_object_t *NOTNULL obj, uint64 vgein);
};

#define RISCV_SIGNAL_SGEIP_INTERFACE "riscv_signal_sgeip"

Execution Context
Cell Context for all methods.

riscv_imsic rs232_console