Searched refs:sc_core (Results 301 - 325 of 575) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/channel/
H A Dsc_inout_resolved.cc36 namespace sc_core namespace
94 } // namespace sc_core
/gem5/src/systemc/dt/bit/
H A Dsc_logic.cc76 SC_REPORT_ERROR(sc_core::SC_ID_VALUE_NOT_VALID_, msg.str().c_str());
84 SC_REPORT_ERROR(sc_core::SC_ID_VALUE_NOT_VALID_, msg.str().c_str());
92 SC_REPORT_WARNING(sc_core::SC_ID_LOGIC_Z_TO_BOOL_, 0);
94 SC_REPORT_WARNING(sc_core::SC_ID_LOGIC_X_TO_BOOL_, 0);
/gem5/src/systemc/dt/int/
H A Dsc_int_base.cc77 namespace sc_core namespace
83 } // namespace sc_core
96 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
97 sc_core::sc_abort(); // can't recover from here
107 sc_core::sc_vpool<sc_int_bitref> sc_int_bitref::m_pool(9);
260 sc_core::sc_vpool<sc_int_subref> sc_int_subref::m_pool(9);
365 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
366 sc_core::sc_abort(); // can't recover from here
375 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
376 sc_core
[all...]
H A Dsc_uint_base.cc75 namespace sc_core namespace
81 } // namespace sc_core
94 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
95 sc_core::sc_abort(); // can't recover from here
106 sc_core::sc_vpool<sc_uint_bitref> sc_uint_bitref::m_pool(9);
245 sc_core::sc_vpool<sc_uint_subref> sc_uint_subref::m_pool(9);
350 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
351 sc_core::sc_abort(); // can't recover from here}
360 SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
361 sc_core
[all...]
/gem5/src/systemc/ext/channel/
H A Dsc_buffer.hh36 namespace sc_core namespace
96 } // namespace sc_core
H A Dsc_in_rv.hh47 namespace sc_core namespace
77 } // namespace sc_core
H A Dsc_out_rv.hh46 namespace sc_core namespace
95 } // namespace sc_core
H A Dsc_signal_in_if.hh49 namespace sc_core namespace
138 } // namespace sc_core
/gem5/src/systemc/ext/core/
H A Dmessages.hh33 namespace sc_core namespace
108 } // namespace sc_core
H A Dsc_object.hh44 namespace sc_core namespace
93 } // namespace sc_core
H A Dsc_sensitive.hh47 namespace sc_core namespace
99 } // namespace sc_core
/gem5/src/systemc/tests/include/
H A DSimpleBusLT.h30 class SimpleBusLT : public sc_core::sc_module
45 SimpleBusLT(sc_core::sc_module_name name) :
46 sc_core::sc_module(name)
97 sc_core::sc_time& t)
/gem5/src/systemc/tests/systemc/1666-2011-compliance/late_reset_bug/
H A Dlate_reset_bug.cpp33 using namespace sc_core;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/living_dead_bug/
H A Dliving_dead_bug.cpp33 using namespace sc_core;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_start_bug/
H A Dsc_start_bug.cpp30 using namespace sc_core;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/self_reset_bug/
H A Dself_reset_bug.cpp33 using namespace sc_core;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/suspend_resume/
H A Dsuspend_resume.cpp35 using namespace sc_core;
/gem5/src/systemc/tests/systemc/compliance_1666/test202/
H A Dtest202.cpp3 using namespace sc_core;
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test1/
H A Dtest1.cpp34 // Andy Goodrich: addition to set sc_core::sc_allow_process_control_corners
122 ::sc_core::wait(1000, SC_NS);
196 ::sc_core::wait(80, SC_NS);
206 sc_core::sc_allow_process_control_corners = true;
212 sc_core::sc_allow_process_control_corners = true;
/gem5/src/systemc/tests/systemc/kernel/process_control/throw_it/test1/
H A Dtest1.cpp27 ::sc_core::wait(100, SC_NS);
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_5.3.4.2/test01/
H A Dtest01.cpp38 using namespace sc_core;
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test03/
H A Dtest03.cpp38 using namespace sc_core;
/gem5/src/systemc/tests/systemc/tmp/compliance_1666_2011/section_6.6/test04/
H A Dtest04.cpp38 using namespace sc_core;
/gem5/src/systemc/tests/systemc/tmp/others/OLD_kill_reset/
H A DOLD_kill_reset.cpp5 using namespace sc_core;
/gem5/src/systemc/tests/systemc/tmp/others/OLD_sc_start_starvation/
H A DOLD_sc_start_starvation.cpp5 using namespace sc_core;

Completed in 13 milliseconds

<<11121314151617181920>>