gem5 v24.0.0.0
|
#include <peq_with_get.h>
Public Types | |
typedef PAYLOAD | transaction_type |
typedef std::pair< const sc_core::sc_time, transaction_type * > | pair_type |
Public Member Functions | |
peq_with_get (const char *name) | |
void | notify (transaction_type &trans, const sc_core::sc_time &t) |
void | notify (transaction_type &trans) |
transaction_type * | get_next_transaction () |
sc_core::sc_event & | get_event () |
void | cancel_all () |
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 |
Private Attributes | |
std::multimap< const sc_core::sc_time, transaction_type * > | m_scheduled_events |
sc_core::sc_event | m_event |
Additional Inherited Members | |
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 () |
Definition at line 38 of file peq_with_get.h.
typedef std::pair<const sc_core::sc_time, transaction_type *> tlm_utils::peq_with_get< PAYLOAD >::pair_type |
Definition at line 42 of file peq_with_get.h.
typedef PAYLOAD tlm_utils::peq_with_get< PAYLOAD >::transaction_type |
Definition at line 41 of file peq_with_get.h.
|
inline |
Definition at line 45 of file peq_with_get.h.
|
inline |
Definition at line 86 of file peq_with_get.h.
References sc_core::sc_event::cancel(), tlm_utils::peq_with_get< PAYLOAD >::m_event, and tlm_utils::peq_with_get< PAYLOAD >::m_scheduled_events.
|
inline |
Definition at line 82 of file peq_with_get.h.
References tlm_utils::peq_with_get< PAYLOAD >::m_event.
Referenced by SimpleBusAT< NR_OF_INITIATORS, NR_OF_TARGETS >::RequestThread(), SimpleBusAT< NR_OF_INITIATORS, NR_OF_TARGETS >::ResponseThread(), tlm_utils::simple_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >::fw_process::start_of_simulation(), and tlm_utils::simple_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::fw_process::start_of_simulation().
|
inline |
Definition at line 64 of file peq_with_get.h.
References tlm_utils::peq_with_get< PAYLOAD >::m_event, tlm_utils::peq_with_get< PAYLOAD >::m_scheduled_events, sc_core::sc_event::notify(), and sc_core::sc_time_stamp().
Referenced by tlm_utils::simple_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >::fw_process::b2nb_thread(), tlm_utils::simple_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::fw_process::b2nb_thread(), SimpleBusAT< NR_OF_INITIATORS, NR_OF_TARGETS >::RequestThread(), and SimpleBusAT< NR_OF_INITIATORS, NR_OF_TARGETS >::ResponseThread().
|
inline |
Definition at line 56 of file peq_with_get.h.
References tlm_utils::peq_with_get< PAYLOAD >::m_event, tlm_utils::peq_with_get< PAYLOAD >::m_scheduled_events, sc_core::sc_event::notify(), and sc_core::sc_time_stamp().
|
inline |
Definition at line 48 of file peq_with_get.h.
References tlm_utils::peq_with_get< PAYLOAD >::m_event, tlm_utils::peq_with_get< PAYLOAD >::m_scheduled_events, sc_core::sc_event::notify(), and sc_core::sc_time_stamp().
Referenced by tlm_utils::simple_target_socket_b< MODULE, BUSWIDTH, TYPES, POL >::fw_process::b_transport(), tlm_utils::simple_target_socket_tagged_b< MODULE, BUSWIDTH, TYPES, POL >::fw_process::b_transport(), SimpleBusAT< NR_OF_INITIATORS, NR_OF_TARGETS >::initiatorNBTransport(), SimpleBusAT< NR_OF_INITIATORS, NR_OF_TARGETS >::RequestThread(), and SimpleBusAT< NR_OF_INITIATORS, NR_OF_TARGETS >::targetNBTransport().
|
private |
Definition at line 95 of file peq_with_get.h.
Referenced by tlm_utils::peq_with_get< PAYLOAD >::cancel_all(), tlm_utils::peq_with_get< PAYLOAD >::get_event(), tlm_utils::peq_with_get< PAYLOAD >::get_next_transaction(), tlm_utils::peq_with_get< PAYLOAD >::notify(), and tlm_utils::peq_with_get< PAYLOAD >::notify().
|
private |
Definition at line 94 of file peq_with_get.h.
Referenced by tlm_utils::peq_with_get< PAYLOAD >::cancel_all(), tlm_utils::peq_with_get< PAYLOAD >::get_next_transaction(), tlm_utils::peq_with_get< PAYLOAD >::notify(), and tlm_utils::peq_with_get< PAYLOAD >::notify().