gem5 v24.0.0.0
Loading...
Searching...
No Matches
tlm_utils::simple_initiator_socket_b< MODULE, BUSWIDTH, TYPES, POL >::process Class Reference
Inheritance diagram for tlm_utils::simple_initiator_socket_b< MODULE, BUSWIDTH, TYPES, POL >::process:
tlm::tlm_bw_transport_if< TYPES > tlm_utils::convenience_socket_cb_holder tlm::tlm_bw_nonblocking_transport_if< TYPES::tlm_payload_type, TYPES::tlm_phase_type > tlm::tlm_bw_direct_mem_if sc_core::sc_interface sc_core::sc_interface

Public Types

typedef sync_enum_type(MODULE::* TransportPtr) (transaction_type &, phase_type &, sc_core::sc_time &)
 
typedef void(MODULE::* InvalidateDirectMemPtr) (sc_dt::uint64, sc_dt::uint64)
 

Public Member Functions

 process (simple_socket_base *owner)
 
void set_transport_ptr (MODULE *mod, TransportPtr p)
 
void set_invalidate_direct_mem_ptr (MODULE *mod, InvalidateDirectMemPtr p)
 
sync_enum_type nb_transport_bw (transaction_type &trans, phase_type &phase, sc_core::sc_time &t)
 
void invalidate_direct_mem_ptr (sc_dt::uint64 start_range, sc_dt::uint64 end_range)
 
- Public Member Functions inherited from sc_core::sc_interface
virtual void register_port (sc_port_base &, const char *)
 
virtual const sc_eventdefault_event () const
 
virtual ~sc_interface ()
 

Private Attributes

MODULE * m_mod
 
TransportPtr m_transport_ptr
 
InvalidateDirectMemPtr m_invalidate_direct_mem_ptr
 

Additional Inherited Members

- Protected Member Functions inherited from sc_core::sc_interface
 sc_interface ()
 
- Protected Member Functions inherited from tlm_utils::convenience_socket_cb_holder
 convenience_socket_cb_holder (convenience_socket_base *owner)
 
void display_warning (const char *msg) const
 
void display_error (const char *msg) const
 

Detailed Description

template<typename MODULE, unsigned int BUSWIDTH, typename TYPES, sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
class tlm_utils::simple_initiator_socket_b< MODULE, BUSWIDTH, TYPES, POL >::process

Definition at line 78 of file simple_initiator_socket.h.

Member Typedef Documentation

◆ InvalidateDirectMemPtr

template<typename MODULE , unsigned int BUSWIDTH, typename TYPES , sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
typedef void(MODULE::* tlm_utils::simple_initiator_socket_b< MODULE, BUSWIDTH, TYPES, POL >::process::InvalidateDirectMemPtr) (sc_dt::uint64, sc_dt::uint64)

Definition at line 84 of file simple_initiator_socket.h.

◆ TransportPtr

template<typename MODULE , unsigned int BUSWIDTH, typename TYPES , sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
typedef sync_enum_type(MODULE::* tlm_utils::simple_initiator_socket_b< MODULE, BUSWIDTH, TYPES, POL >::process::TransportPtr) (transaction_type &, phase_type &, sc_core::sc_time &)

Definition at line 82 of file simple_initiator_socket.h.

Constructor & Destructor Documentation

◆ process()

template<typename MODULE , unsigned int BUSWIDTH, typename TYPES , sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
tlm_utils::simple_initiator_socket_b< MODULE, BUSWIDTH, TYPES, POL >::process::process ( simple_socket_base * owner)
inlineexplicit

Definition at line 87 of file simple_initiator_socket.h.

Member Function Documentation

◆ invalidate_direct_mem_ptr()

template<typename MODULE , unsigned int BUSWIDTH, typename TYPES , sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
void tlm_utils::simple_initiator_socket_b< MODULE, BUSWIDTH, TYPES, POL >::process::invalidate_direct_mem_ptr ( sc_dt::uint64 start_range,
sc_dt::uint64 end_range )
inlinevirtual

◆ nb_transport_bw()

◆ set_invalidate_direct_mem_ptr()

◆ set_transport_ptr()

Member Data Documentation

◆ m_invalidate_direct_mem_ptr

template<typename MODULE , unsigned int BUSWIDTH, typename TYPES , sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
InvalidateDirectMemPtr tlm_utils::simple_initiator_socket_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_invalidate_direct_mem_ptr
private

◆ m_mod

◆ m_transport_ptr

template<typename MODULE , unsigned int BUSWIDTH, typename TYPES , sc_core::sc_port_policy POL = sc_core::SC_ONE_OR_MORE_BOUND>
TransportPtr tlm_utils::simple_initiator_socket_b< MODULE, BUSWIDTH, TYPES, POL >::process::m_transport_ptr
private

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

Generated on Tue Jun 18 2024 16:24:56 for gem5 by doxygen 1.11.0