Searched refs:sc_core (Results 476 - 500 of 575) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/1666-2011-compliance/kill_reset/
H A Dkill_reset.cpp35 using namespace sc_core;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp38 using namespace sc_core;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/odds_and_ends/
H A Dodds_and_ends.cpp36 using namespace sc_core;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_delta_count/
H A Dsc_delta_count.cpp36 using namespace sc_core;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_process_handle_less_than/
H A Dsc_process_handle_less_than.cpp38 using namespace sc_core;
/gem5/src/systemc/tests/systemc/compliance_1666/test209/
H A Dtest209.cpp2 using namespace sc_core;
/gem5/src/systemc/tests/systemc/compliance_1666/test233/
H A Dtest233.cpp3 using namespace sc_core;
/gem5/src/systemc/tests/systemc/kernel/process_control/disable_enable/test2/
H A Dtest2.cpp140 ::sc_core::wait(1000, SC_NS);
/gem5/src/systemc/tests/systemc/kernel/sc_event/test15/
H A Devent_triggered.cpp62 using namespace sc_core;
/gem5/src/systemc/tests/tlm/cancel_all/
H A Dcancel_all.cpp3 using namespace sc_core;
/gem5/src/systemc/utils/
H A Dsc_report.cc38 namespace sc_core namespace
185 } // namespace sc_core
/gem5/src/systemc/tests/systemc/compliance_1666/test208/
H A Dtest208.cpp5 using namespace sc_core;
7 using sc_core::wait;
/gem5/src/systemc/ext/dt/bit/
H A Dsc_proxy.hh1242 sc_core::sc_abort(); // can't recover from here
1252 sc_core::sc_abort(); // can't recover from here
1265 SC_REPORT_WARNING(sc_core::SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_, 0);
1283 SC_REPORT_WARNING(sc_core::SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_, 0);
1288 SC_REPORT_WARNING(sc_core::SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_, 0);
1310 SC_REPORT_WARNING(sc_core::SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_, 0);
1314 SC_REPORT_WARNING(sc_core::SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_, 0);
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_proxy.h1147 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
1203 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
1435 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, 0 );
1445 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, 0 );
1460 SC_REPORT_WARNING( sc_core::SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_, 0 );
1479 SC_REPORT_WARNING( sc_core::SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_, 0 );
1485 SC_REPORT_WARNING( sc_core::SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_, 0 );
1513 SC_REPORT_WARNING( sc_core::SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_, 0 );
1517 SC_REPORT_WARNING( sc_core::SC_ID_VECTOR_CONTAINS_LOGIC_VALUE_, 0 );
H A Dsc_bv_base.h322 SC_REPORT_WARNING( sc_core::SC_ID_SC_BV_CANNOT_CONTAIN_X_AND_Z_, 0 );
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_unsigned.cpp102 sc_core::sc_vpool<sc_unsigned> sc_unsigned::m_pool(8);
103 sc_core::sc_vpool<sc_unsigned_bitref> sc_unsigned_bitref::m_pool(9);
104 sc_core::sc_vpool<sc_unsigned_subref> sc_unsigned_subref::m_pool(9);
118 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
129 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
462 SC_REPORT_ERROR( sc_core::SC_ID_CONVERSION_FAILED_,
466 SC_REPORT_ERROR( sc_core::SC_ID_CONVERSION_FAILED_,
473 } catch( sc_core::sc_report ) {
476 SC_REPORT_ERROR( sc_core::SC_ID_CONVERSION_FAILED_, msg );
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh107 namespace sc_core namespace
113 } // namespace sc_core
146 // initializer for sc_core::sc_vpool:
246 friend class sc_core::sc_vpool<sc_int_bitref>;
274 static sc_core::sc_vpool<sc_int_bitref> m_pool;
298 // initializer for sc_core::sc_vpool:
395 friend class sc_core::sc_vpool<sc_int_subref>;
481 static sc_core::sc_vpool<sc_int_subref> m_pool;
H A Dsc_uint_base.hh108 namespace sc_core namespace
114 } // namespace sc_core
150 // initializer for sc_core::sc_vpool:
234 friend class sc_core::sc_vpool<sc_uint_bitref>;
263 static sc_core::sc_vpool<sc_uint_bitref> m_pool;
290 // initializer for sc_core::sc_vpool:
378 friend class sc_core::sc_vpool<sc_uint_subref>;
453 static sc_core::sc_vpool<sc_uint_subref> m_pool;
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_thread_process.cpp94 namespace sc_core { namespace
155 sc_core::sc_cor* x = simc_p->next_cor();
877 } // namespace sc_core
/gem5/ext/systemc/src/
H A Dsystemc.h208 // INCLUDE SYSTEMC DEFINITIONS for sc_dt AND sc_core NAMESPACES:
326 // USINGS FOR sc_core:
328 // The explicit using for ::sc_core::wait is to remove an ambiguity with
331 // the SystemC wait functions using ::sc_core::wait(...). This is actually
334 using namespace sc_core;
337 using ::sc_core::wait;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.cpp46 namespace sc_core { namespace
344 } // namespace sc_core
H A Dsc_signal.cpp46 namespace sc_core { namespace
374 } // namespace sc_core
447 Changes to sc_core namespace.
H A Dsc_signal_ports.cpp35 namespace sc_core { namespace
394 } // namespace sc_core
H A Dsc_signal_resolved_ports.h36 namespace sc_core { namespace
324 } // namespace sc_core
H A Dsc_signal_rv_ports.h40 namespace sc_core { namespace
372 } // namespace sc_core

Completed in 50 milliseconds

<<11121314151617181920>>