Searched refs:sc_module (Results 76 - 100 of 187) sorted by relevance

12345678

/gem5/src/systemc/tests/systemc/1666-2011-compliance/suspend_resume/
H A Dsuspend_resume.cpp39 struct M1: sc_module
/gem5/src/systemc/tests/systemc/bugs/sc_bigint_part_select/test01/
H A Dtest01.cpp48 sctop::sctop(sc_module_name name) : sc_module(name)
/gem5/src/systemc/tests/systemc/compliance_1666/test202/
H A Dtest202.cpp23 struct Top: sc_module
/gem5/src/systemc/tests/systemc/kernel/reset_signal_is/test01/
H A Dtest01.cpp66 sc_module(name), m_reset_p(reset_p)
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test02/
H A Dtest02.cpp49 struct M5: sc_module
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test03/
H A Dtest03.cpp42 struct M3: sc_module
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test04/
H A Dtest04.cpp42 struct M: sc_module
/gem5/src/systemc/tests/systemc/tmp/others/OLD_kill_reset/
H A DOLD_kill_reset.cpp9 struct M3: sc_module
/gem5/src/systemc/tests/systemc/tmp/others/is_unwinding_bug/
H A Dis_unwinding_bug.cpp11 struct M2: sc_module
/gem5/src/systemc/tests/systemc/tmp/others/method_suspends_itself/
H A Dmethod_suspends_itself.cpp9 struct M5: sc_module
/gem5/src/systemc/tests/systemc/tmp/others/priority_bug/
H A Dpriority_bug.cpp7 struct M4: sc_module
/gem5/src/systemc/tests/systemc/tmp/others/sync_reset/
H A Dsync_reset.cpp9 struct M: sc_module
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A Dextension_adaptors.h30 class adapt_ext2gp : public sc_core::sc_module
45 : sc_core::sc_module(name_)
102 class adapt_gp2ext : public sc_core::sc_module
117 : sc_core::sc_module(name_)
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A Dextension_adaptors.h30 class adapt_ext2gp : public sc_core::sc_module
45 : sc_core::sc_module(name_)
102 class adapt_gp2ext : public sc_core::sc_module
117 : sc_core::sc_module(name_)
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A Dextension_adaptors.h30 class adapt_ext2gp : public sc_core::sc_module
45 : sc_core::sc_module(name_)
102 class adapt_gp2ext : public sc_core::sc_module
117 : sc_core::sc_module(name_)
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_spawn_options/test01/
H A Dtest01.cpp65 class top : public sc_module
70 top(sc_module_name name) : sc_module(name)
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test04/
H A Dtest04.cpp47 class module1 : public sc_module
55 module1(sc_module_name name) : sc_module(name),
/gem5/src/systemc/tests/systemc/misc/synth/synth-1.0/gcd/
H A Dgcd.cpp40 struct gcd_cc : public sc_module {
99 struct testbench : public sc_module {
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp45 struct Sub: sc_module
66 struct my_module: sc_module
88 struct Initiator: sc_module
110 struct Initiator1: sc_module
129 struct Target: public sc_module, private i_f
147 struct M: sc_module
261 // Construct elements of sc_vector, passing through ctor arguments to user-defined sc_module
294 struct Top: sc_module
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.cpp30 #include "sysc/kernel/sc_module.h"
339 // called by class sc_module for positional binding
560 sc_module* parent = static_cast<sc_module*>( get_parent_object() );
572 sc_module* parent = static_cast<sc_module*>( get_parent_object() );
580 sc_module* parent = static_cast<sc_module*>( get_parent_object() );
588 sc_module* parent = static_cast<sc_module*>( get_parent_objec
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.h40 class sc_module;
56 friend class sc_module;
/gem5/src/systemc/tests/include/
H A DCoreDecouplingLTInitiator.h42 class CoreDecouplingLTInitiator : public sc_core::sc_module
56 sc_core::sc_module(name),
H A DExplicitLTTarget.h31 class ExplicitLTTarget : public sc_core::sc_module
45 sc_core::sc_module(name),
H A DSimpleLTInitiator1.h39 public sc_core::sc_module,
58 sc_core::sc_module(name),
H A DSimpleLTInitiator2.h41 class SimpleLTInitiator2 : public sc_core::sc_module
57 sc_core::sc_module(name),

Completed in 13 milliseconds

12345678