Searched refs:sc_export_base (Results 1 - 14 of 14) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.cpp38 // CLASS : sc_export_base
42 sc_export_base::sc_export_base() : sc_object(sc_gen_unique_name("export")) function in class:sc_core::sc_export_base
47 sc_export_base::sc_export_base(const char* name_) : sc_object(name_) function in class:sc_core::sc_export_base
52 sc_export_base::~sc_export_base()
60 sc_export_base::before_end_of_elaboration()
67 sc_export_base::construction_done()
82 sc_export_base
[all...]
H A Dsc_export.h47 // CLASS : sc_export_base
52 class sc_export_base : public sc_object class in namespace:sc_core
59 typedef sc_export_base this_type;
70 sc_export_base();
71 sc_export_base(const char* name);
75 virtual ~sc_export_base();
104 sc_export_base(const this_type&);
116 class sc_export : public sc_export_base
121 sc_export() : sc_export_base()
126 explicit sc_export( const char* name_ ) : sc_export_base(name
[all...]
/gem5/src/systemc/core/
H A Dsc_export.cc58 sc_export_base::sc_export_base(const char *n) : sc_object(n) function in class:sc_core::sc_export_base
73 sc_export_base::~sc_export_base() {}
H A Dmodule.hh47 class sc_export_base;
128 std::vector<::sc_core::sc_export_base *> exports;
H A Dsensitivity.hh48 class sc_export_base;
181 Process *p, const sc_core::sc_export_base *exp);
224 Process *p, const sc_core::sc_export_base *exp);
226 StaticSensitivityExport(Process *p, const sc_core::sc_export_base *exp);
H A Dsensitivity.cc149 newStaticSensitivityExport(Process *p, const sc_core::sc_export_base *exp)
173 Process *p, const sc_core::sc_export_base *exp) :
H A Dsc_spawn.cc160 sc_spawn_options::set_sensitivity(sc_export_base *e)
/gem5/src/systemc/ext/tlm_core/2/sockets/
H A Dbase_socket_if.hh48 virtual sc_core::sc_export_base &get_export_base() = 0;
49 virtual sc_core::sc_export_base const &get_export_base() const = 0;
H A Dinitiator_socket.hh139 virtual sc_core::sc_export_base &get_export_base() { return m_export; }
140 virtual sc_core::sc_export_base const &
H A Dtarget_socket.hh159 virtual sc_core::sc_export_base &get_export_base() { return *this; }
160 virtual sc_core::sc_export_base const &
/gem5/src/systemc/ext/core/
H A Dsc_export.hh43 class sc_export_base : public sc_object class in namespace:sc_core
46 sc_export_base(const char *n);
47 ~sc_export_base();
62 class sc_export : public sc_export_base
66 sc_export_base(sc_gen_unique_name("export")), interface(nullptr)
69 sc_export_base(n), interface(nullptr)
H A Dsc_spawn.hh91 class sc_export_base;
110 void set_sensitivity(sc_export_base *);
130 std::vector<sc_export_base *> _exports;
H A D_using.hh49 using sc_core::sc_export_base;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_spawn_options.h91 void set_sensitivity(sc_export_base* export_base)

Completed in 17 milliseconds