gem5
v20.1.0.0
|
#include <sc_export.hh>
Public Member Functions | |
sc_export_base (const char *n) | |
~sc_export_base () | |
virtual sc_interface * | get_iterface ()=0 |
virtual const sc_interface * | get_interface () const =0 |
Public Member Functions inherited from sc_core::sc_object | |
const char * | name () const |
const char * | basename () const |
virtual const char * | kind () const |
virtual void | print (std::ostream &=std::cout) const |
virtual void | dump (std::ostream &=std::cout) const |
virtual const std::vector< sc_object * > & | get_child_objects () const |
virtual const std::vector< sc_event * > & | get_child_events () const |
sc_object * | get_parent_object () const |
bool | add_attribute (sc_attr_base &) |
sc_attr_base * | get_attribute (const std::string &) |
sc_attr_base * | remove_attribute (const std::string &) |
void | remove_all_attributes () |
int | num_attributes () const |
sc_attr_cltn & | attr_cltn () |
const sc_attr_cltn & | attr_cltn () const |
sc_simcontext * | simcontext () const |
Protected Member Functions | |
virtual void | before_end_of_elaboration ()=0 |
virtual void | end_of_elaboration ()=0 |
virtual void | start_of_simulation ()=0 |
virtual void | end_of_simulation ()=0 |
Protected Member Functions inherited from sc_core::sc_object | |
sc_object () | |
sc_object (const char *) | |
sc_object (const sc_object &) | |
sc_object & | operator= (const sc_object &) |
virtual | ~sc_object () |
Friends | |
class | sc_gem5::Module |
Definition at line 41 of file sc_export.hh.
sc_core::sc_export_base::sc_export_base | ( | const char * | n | ) |
Definition at line 56 of file sc_export.cc.
References sc_core::sc_object::kind(), ArmISA::m, sc_core::sc_object::name(), sc_gem5::pickParentModule(), sc_core::SC_ID_EXPORT_OUTSIDE_MODULE_, sc_core::SC_ID_INSERT_EXPORT_, sc_core::sc_is_running(), and sc_gem5::scheduler.
sc_core::sc_export_base::~sc_export_base | ( | ) |
Definition at line 71 of file sc_export.cc.
|
protectedpure virtual |
Implemented in sc_core::sc_export< IF >, sc_core::sc_export< tlm::tlm_fifo_get_if< REQ > >, sc_core::sc_export< bw_interface_type >, sc_core::sc_export< tlm::tlm_master_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_fifo_put_if< RSP > >, sc_core::sc_export< tlm::tlm_fifo_put_if< REQ > >, sc_core::sc_export< tlm::tlm_transport_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_slave_if< REQ, RSP > >, and sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >.
|
protectedpure virtual |
Implemented in sc_core::sc_export< IF >, sc_core::sc_export< tlm::tlm_fifo_get_if< REQ > >, sc_core::sc_export< bw_interface_type >, sc_core::sc_export< tlm::tlm_master_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_fifo_put_if< RSP > >, sc_core::sc_export< tlm::tlm_fifo_put_if< REQ > >, sc_core::sc_export< tlm::tlm_transport_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_slave_if< REQ, RSP > >, and sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >.
|
protectedpure virtual |
Implemented in sc_core::sc_export< IF >, sc_core::sc_export< tlm::tlm_fifo_get_if< REQ > >, sc_core::sc_export< bw_interface_type >, sc_core::sc_export< tlm::tlm_master_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_fifo_put_if< RSP > >, sc_core::sc_export< tlm::tlm_fifo_put_if< REQ > >, sc_core::sc_export< tlm::tlm_transport_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_slave_if< REQ, RSP > >, and sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >.
|
pure virtual |
Implemented in sc_core::sc_export< IF >.
|
pure virtual |
Implemented in sc_core::sc_export< IF >, sc_core::sc_export< tlm::tlm_fifo_get_if< REQ > >, sc_core::sc_export< bw_interface_type >, sc_core::sc_export< tlm::tlm_master_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_fifo_put_if< RSP > >, sc_core::sc_export< tlm::tlm_fifo_put_if< REQ > >, sc_core::sc_export< tlm::tlm_transport_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_slave_if< REQ, RSP > >, and sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >.
|
protectedpure virtual |
Implemented in sc_core::sc_export< IF >, sc_core::sc_export< tlm::tlm_fifo_get_if< REQ > >, sc_core::sc_export< bw_interface_type >, sc_core::sc_export< tlm::tlm_master_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_fifo_put_if< RSP > >, sc_core::sc_export< tlm::tlm_fifo_put_if< REQ > >, sc_core::sc_export< tlm::tlm_transport_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_slave_if< REQ, RSP > >, and sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >.
|
friend |
Definition at line 51 of file sc_export.hh.