quic/qbox
|
Public Member Functions | |
sifive_test (const sc_core::sc_module_name &name, sc_core::sc_object *o) | |
sifive_test (const sc_core::sc_module_name &n, QemuInstance &inst) | |
void | before_end_of_elaboration () override |
void | end_of_elaboration () override |
void | do_reset () |
void | b_transport (tlm::tlm_generic_payload &trans, sc_core::sc_time &delay) |
![]() | |
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 | |
QemuTargetSocket | q_socket |
tlm_utils::simple_initiator_socket< sifive_test, DEFAULT_TLM_BUSWIDTH > | initiator_socket |
tlm_utils::simple_target_socket< sifive_test, DEFAULT_TLM_BUSWIDTH > | target_socket |
sc_core::sc_port< sc_core::sc_signal_inout_if< bool >, 0, sc_core::SC_ZERO_OR_MORE_BOUND > | 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.