quic/qbox
|
Public Member Functions | |
hexagon_l2vic (const sc_core::sc_module_name &name, sc_core::sc_object *o) | |
hexagon_l2vic (sc_core::sc_module_name nm, QemuInstance &inst) | |
void | before_end_of_elaboration () override |
void | end_of_elaboration () override |
![]() | |
void | instantiate () |
void | realize () |
QemuDevice (const sc_core::sc_module_name &name, QemuInstance &inst, const char *qom_type) | |
Construct a QEMU device. | |
void | set_qom_type (std::string const &qom_type) |
const char * | get_qom_type () const |
qemu::Device | get_qemu_dev () |
QemuInstance & | get_qemu_inst () |
void | set_sysbus_as_parent_bus (void) |
![]() | |
virtual bool | can_run () |
SCP_LOGGER () | |
Public Attributes | |
const unsigned int | p_num_sources |
const unsigned int | p_num_outputs |
QemuTargetSocket | socket |
QemuTargetSocket | socket_fast |
sc_core::sc_vector< QemuTargetSignalSocket > | irq_in |
sc_core::sc_vector< QemuInitiatorSignalSocket > | irq_out |
QemuTargetSignalSocket | reset |
Additional Inherited Members | |
![]() | |
QemuInstance & | m_inst |
qemu::Device | m_dev |
bool | m_instanciated = false |
bool | m_realized = false |
|
inlineoverridevirtual |
Reimplemented from QemuDevice.
|
inlineoverridevirtual |
Reimplemented from QemuDevice.