Searched refs:before_end_of_elaboration (Results 1 - 25 of 39) sorted by relevance

12

/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test03/
H A Dtest03.cpp50 void before_end_of_elaboration() function
54 { PRINT_CALL(before_end_of_elaboration,beoe_called); }
68 void before_end_of_elaboration() function in struct:my_port
76 { PRINT_CALL(before_end_of_elaboration,beoe_called); }
94 void before_end_of_elaboration() function
102 { PRINT_CALL(before_end_of_elaboration,beoe_called); }
124 void before_end_of_elaboration() function
135 { PRINT_CALL(before_end_of_elaboration,beoe_called); }
/gem5/util/tlm/src/
H A Dmaster_transactor.cc55 Gem5MasterTransactor::before_end_of_elaboration() function in class:Gem5SystemC::Gem5MasterTransactor
H A Dmaster_transactor.hh65 void before_end_of_elaboration();
H A Dslave_transactor.cc55 Gem5SlaveTransactor::before_end_of_elaboration() function in class:Gem5SystemC::Gem5SlaveTransactor
H A Dslave_transactor.hh65 void before_end_of_elaboration();
/gem5/src/systemc/ext/core/
H A Dsc_export.hh55 virtual void before_end_of_elaboration() = 0;
112 void before_end_of_elaboration() {} function in class:sc_core::sc_export
H A Dsc_prim.hh98 virtual void before_end_of_elaboration() {} function in class:sc_core::sc_prim_channel
H A Dsc_port.hh100 virtual void before_end_of_elaboration() = 0;
183 void before_end_of_elaboration() {} function in class:sc_core::sc_port_b
/gem5/src/systemc/tests/systemc/compliance_1666/test211/
H A Dtest211.cpp19 void before_end_of_elaboration() function in struct:my_port
69 void before_end_of_elaboration() function
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test01/
H A Dtest01.cpp5 virtual void before_end_of_elaboration() function in class:Sig
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test02/
H A Dtest02.cpp5 virtual void before_end_of_elaboration() function in class:Sig
/gem5/src/systemc/tests/systemc/kernel/sc_object_manager/test02/
H A Dtest02.cpp34 // TEST THAT THE CORRECT PARENT POINTER IS SET FOR THE before_end_of_elaboration
53 void before_end_of_elaboration() function
67 cout << "before_end_of_elaboration parent is 0!" <<endl;
/gem5/src/systemc/tests/systemc/utils/sc_vector/test05/
H A Dtest05.cpp73 void before_end_of_elaboration() function
74 { dump_port_array( "sub_module::before_end_of_elaboration", in ); }
92 void before_end_of_elaboration() function
93 { dump_port_array( "module::before_end_of_elaboration", in ); }
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.cpp60 sc_export_base::before_end_of_elaboration() function in class:sc_core::sc_export_base
76 before_end_of_elaboration();
277 // (2) Ensure calls to before_end_of_elaboration.
H A Dsc_prim_channel.cpp84 void sc_prim_channel::before_end_of_elaboration() function in class:sc_core::sc_prim_channel
93 before_end_of_elaboration();
396 // (2) Ensure calls to before_end_of_elaboration.
H A Dsc_clock.h139 void before_end_of_elaboration();
H A Dsc_export.h80 virtual void before_end_of_elaboration();
275 // (2) Ensure calls to before_end_of_elaboration.
/gem5/src/systemc/core/
H A Dmodule.cc132 _sc_mod->before_end_of_elaboration();
134 e->before_end_of_elaboration();
H A Dkernel.cc77 p->sc_port_base()->before_end_of_elaboration();
81 c->sc_chan()->before_end_of_elaboration();
/gem5/src/systemc/ext/channel/
H A Dsc_clock.hh87 virtual void before_end_of_elaboration();
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test04/
H A Dregister_phase_callbacks.cpp176 virtual void before_end_of_elaboration() function
179 print_static_phase_stats( "before_end_of_elaboration" );
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.hh206 void before_end_of_elaboration() override;
H A Dtlm_to_gem5.hh175 void before_end_of_elaboration() override;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp70 void before_end_of_elaboration() function in struct:M
72 cout << "sc_get_status() == " << hex << sc_get_status() << " before_end_of_elaboration in " << name() << endl;
197 void before_end_of_elaboration() function
199 cout << "sc_get_status() == " << hex << sc_get_status() << " before_end_of_elaboration in " << name() << endl;
/gem5/src/systemc/channel/
H A Dsc_clock.cc184 sc_clock::before_end_of_elaboration() function in class:sc_core::sc_clock

Completed in 26 milliseconds

12