gem5 v25.0.0.1
Loading...
Searching...
No Matches
sc_core::sc_export_base Class Referenceabstract

#include <sc_export.hh>

Inheritance diagram for sc_core::sc_export_base:
sc_core::sc_object sc_core::sc_export< bw_interface_type > sc_core::sc_export< fw_interface_type > sc_core::sc_export< tlm_fw_transport_if<> > sc_core::sc_export< tlm_fw_transport_if< tlm_base_protocol_types > > sc_core::sc_export< tlm_fw_transport_if< tlm::tlm_base_protocol_types > > sc_core::sc_export< tlm_fw_transport_if< TYPES > > sc_core::sc_export< tlm_fw_transport_if< my_extended_payload_types > > sc_core::sc_export< tlm::tlm_fifo_get_if< REQ > > 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_fifo_get_if< RSP > > sc_core::sc_export< tlm::tlm_master_if< REQ, RSP > > sc_core::sc_export< tlm::tlm_slave_if< REQ, RSP > > sc_core::sc_export< tlm::tlm_transport_if< REQ, RSP > > sc_core::sc_export< IF >

Public Member Functions

 sc_export_base (const char *n)
 ~sc_export_base ()
virtual sc_interfaceget_iterface ()=0
virtual const sc_interfaceget_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_objectget_parent_object () const
bool add_attribute (sc_attr_base &)
sc_attr_baseget_attribute (const std::string &)
sc_attr_baseremove_attribute (const std::string &)
void remove_all_attributes ()
int num_attributes () const
sc_attr_cltnattr_cltn ()
const sc_attr_cltnattr_cltn () const
sc_simcontextsimcontext () 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_objectoperator= (const sc_object &)
virtual ~sc_object ()

Friends

class sc_gem5::Module

Detailed Description

Definition at line 41 of file sc_export.hh.

Constructor & Destructor Documentation

◆ sc_export_base()

◆ ~sc_export_base()

sc_core::sc_export_base::~sc_export_base ( )

Definition at line 71 of file sc_export.cc.

Member Function Documentation

◆ before_end_of_elaboration()

◆ end_of_elaboration()

◆ end_of_simulation()

◆ get_interface()

◆ get_iterface()

◆ start_of_simulation()

virtual void sc_core::sc_export_base::start_of_simulation ( )
protectedpure virtual

Implemented in sc_core::sc_export< IF >, sc_core::sc_export< bw_interface_type >, sc_core::sc_export< bw_interface_type >, sc_core::sc_export< fw_interface_type >, sc_core::sc_export< fw_interface_type >, sc_core::sc_export< tlm::tlm_fifo_get_if< REQ > >, sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >, sc_core::sc_export< tlm::tlm_fifo_put_if< REQ > >, sc_core::sc_export< tlm::tlm_fifo_put_if< RSP > >, sc_core::sc_export< tlm::tlm_master_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_slave_if< REQ, RSP > >, sc_core::sc_export< tlm::tlm_transport_if< REQ, RSP > >, sc_core::sc_export< tlm_fw_transport_if< my_extended_payload_types > >, sc_core::sc_export< tlm_fw_transport_if< tlm::tlm_base_protocol_types > >, sc_core::sc_export< tlm_fw_transport_if< tlm_base_protocol_types > >, sc_core::sc_export< tlm_fw_transport_if< TYPES > >, sc_core::sc_export< tlm_fw_transport_if<> >, sc_export< IF >, tlm_utils::simple_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >, tlm_utils::simple_target_socket_b< adapt_ext2gp, BUSWIDTH, my_extended_payload_types >, tlm_utils::simple_target_socket_b< adapt_gp2ext, BUSWIDTH, tlm::tlm_base_protocol_types >, tlm_utils::simple_target_socket_b< gem5::fastmodel::AmbaFromTlmBridge64, BUSWIDTH, tlm::tlm_base_protocol_types >, tlm_utils::simple_target_socket_b< gem5::fastmodel::AmbaToTlmBridge64, BUSWIDTH, tlm::tlm_base_protocol_types >, tlm_utils::simple_target_socket_b< gem5::memory::DRAMSysWrapper, 32, tlm::tlm_base_protocol_types >, tlm_utils::simple_target_socket_b< MODULE, 32, tlm::tlm_base_protocol_types >, tlm_utils::simple_target_socket_b< MODULE, 32, tlm::tlm_base_protocol_types, sc_core::SC_ZERO_OR_MORE_BOUND >, tlm_utils::simple_target_socket_b< MODULE, BUSWIDTH, TYPES, sc_core::SC_ZERO_OR_MORE_BOUND >, tlm_utils::simple_target_socket_b< sc_gem5::TlmToGem5Bridge< BITWIDTH >, BUSWIDTH, tlm::tlm_base_protocol_types >, tlm_utils::simple_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >, tlm_utils::simple_target_socket_tagged_b< MODULE, 32, tlm::tlm_base_protocol_types >, tlm_utils::simple_target_socket_tagged_b< MODULE, 32, tlm::tlm_base_protocol_types, sc_core::SC_ZERO_OR_MORE_BOUND >, and tlm_utils::simple_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, sc_core::SC_ZERO_OR_MORE_BOUND >.

Referenced by tlm_utils::simple_target_socket_b< MODULE, BUSWIDTH, TYPES, sc_core::SC_ZERO_OR_MORE_BOUND >::start_of_simulation(), and tlm_utils::simple_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, sc_core::SC_ZERO_OR_MORE_BOUND >::start_of_simulation().

◆ sc_gem5::Module

friend class sc_gem5::Module
friend

Definition at line 51 of file sc_export.hh.


The documentation for this class was generated from the following files:

Generated on Sat Oct 18 2025 08:07:53 for gem5 by doxygen 1.14.0