Searched refs:peq_with_cb_and_phase (Results 1 - 9 of 9) sorted by relevance

/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.hh38 #include <tlm_utils/peq_with_cb_and_phase.h>
57 tlm_utils::peq_with_cb_and_phase<TrafficGenerator> peq;
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.hh38 #include <tlm_utils/peq_with_cb_and_phase.h>
60 tlm_utils::peq_with_cb_and_phase<Target> m_peq;
/gem5/util/tlm/src/
H A Dsc_master_port.hh38 #include <tlm_utils/peq_with_cb_and_phase.h>
88 tlm_utils::peq_with_cb_and_phase<SCMasterPort> peq;
/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h151 class peq_with_cb_and_phase: class in namespace:tlm_utils
195 peq_with_cb_and_phase(OWNER* _owner, cb _cb) function in class:tlm_utils::peq_with_cb_and_phase
196 :sc_core::sc_object( sc_core::sc_gen_unique_name( "peq_with_cb_and_phase" ) )
204 sc_core::sc_spawn(sc_bind(&peq_with_cb_and_phase::fec, this),
208 peq_with_cb_and_phase(const char* _name, OWNER* _owner,cb _cb) function in class:tlm_utils::peq_with_cb_and_phase
217 sc_core::sc_spawn(sc_bind(&peq_with_cb_and_phase::fec, this),
221 ~peq_with_cb_and_phase(){}
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_cb_and_phase.h135 class peq_with_cb_and_phase : public sc_core::sc_object class in namespace:tlm_utils
178 peq_with_cb_and_phase(OWNER *_owner, cb _cb) : function in class:tlm_utils::peq_with_cb_and_phase
180 "peq_with_cb_and_phase")),
187 sc_core::sc_spawn(sc_bind(&peq_with_cb_and_phase::fec, this),
191 peq_with_cb_and_phase(const char *_name, OWNER *_owner, cb _cb) : function in class:tlm_utils::peq_with_cb_and_phase
198 sc_core::sc_spawn(sc_bind(&peq_with_cb_and_phase::fec, this),
202 ~peq_with_cb_and_phase() {}
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.hh69 #include "systemc/ext/tlm_utils/peq_with_cb_and_phase.h"
115 tlm_utils::peq_with_cb_and_phase<TlmToGem5Bridge<BITWIDTH>> peq;
/gem5/src/systemc/tests/tlm/cancel_all/
H A Dcancel_all.cpp8 #include "tlm_utils/peq_with_cb_and_phase.h"
74 tlm_utils::peq_with_cb_and_phase<Test_peq_with_cb> m_peq;
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h30 #include "tlm_utils/peq_with_cb_and_phase.h"
65 tlm_utils::peq_with_cb_and_phase<MultiSocketSimpleSwitchAT> m_bwPEQ; //PEQ in the fw direction
66 tlm_utils::peq_with_cb_and_phase<MultiSocketSimpleSwitchAT> m_fwPEQ; //PEQ in the bw direction
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp19 #include "tlm_utils/peq_with_cb_and_phase.h"
174 tlm_utils::peq_with_cb_and_phase<Initiator> m_peq;

Completed in 20 milliseconds