Searched refs:sc_core (Results 326 - 350 of 575) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/tests/systemc/tmp/others/is_unwinding_bug/
H A Dis_unwinding_bug.cpp7 using namespace sc_core;
/gem5/src/systemc/tests/systemc/tmp/others/sync_reset/
H A Dsync_reset.cpp5 using namespace sc_core;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test16/
H A Dtest16.cpp39 using namespace sc_core;
/gem5/src/systemc/tests/systemc/utils/sc_vector/test07/
H A Dtest07.cpp54 module( sc_core::sc_module_name, unsigned n_sub ) argument
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_peek.hh31 // call free-standing sc_core::wait(),
33 sc_core::wait(m_data_written_event);
/gem5/src/systemc/core/
H A Dsc_simcontext.cc35 namespace sc_core namespace
92 } // namespace sc_core
/gem5/src/systemc/tlm_utils/
H A Dconvenience_socket_bases.cc70 if (sc_core::sc_get_curr_simcontext()->elaboration_done()) {
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_kernel_ids.h44 namespace sc_core { extern const char id[]; }
45 namespace sc_core { namespace
H A Dsc_spawn.h39 namespace sc_core { namespace
274 static_cast<sc_core::SC_ENTRY_FUNC>(
284 static_cast<sc_core::SC_ENTRY_FUNC>(
294 } // namespace sc_core
/gem5/util/tlm/src/
H A Dsc_master_port.cc146 tlm::tlm_phase& phase, sc_core::sc_time& delay)
175 assert(curTick() == sc_core::sc_time_stamp().value());
249 auto delay = sc_core::SC_ZERO_TIME;
258 sc_core::sc_time& t)
282 sc_core::sc_time((double)(ticks / SimClock::Int::ps), sc_core::SC_PS);
338 auto delay = sc_core::sc_time::from_value(pkt->payloadDelay);
369 sc_core::sc_time& delay)
H A Dsc_slave_port.cc99 sc_core::sc_time delay = sc_core::SC_ZERO_TIME;
238 auto delay = sc_core::sc_time::from_value(packet->payloadDelay);
347 sc_core::sc_time delay = sc_core::SC_ZERO_TIME;
357 sc_core::sc_time& delay)
/gem5/src/systemc/
H A Dsc_port_wrapper.hh57 using ScPort = sc_core::sc_port_b<IF>;
138 using ScExport = sc_core::sc_export<IF>;
/gem5/src/systemc/ext/channel/
H A Dsc_fifo.hh43 namespace sc_core namespace
94 sc_core::wait(_dataWriteEvent);
124 sc_core::wait(_dataReadEvent);
225 } // namespace sc_core
/gem5/src/systemc/ext/core/
H A Dsc_event.hh53 namespace sc_core namespace
251 } // namespace sc_core
256 class InternalScEvent : public ::sc_core::sc_event
265 namespace sc_core namespace
285 } // namespace sc_core
/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test2/
H A Dtest2.cpp35 // Andy Goodrich: addition to set sc_core::sc_allow_process_control_corners
153 ::sc_core::wait(1000, SC_NS);
227 sc_core::sc_allow_process_control_corners = true;
233 sc_core::sc_allow_process_control_corners = true;
/gem5/src/systemc/dt/int/
H A Dsc_nbcommon.inc59 sc_core::sc_abort(); // can't recover from here
110 sc_core::sc_abort(); // can't recover from here
131 sc_core::sc_abort(); // can't recover from here
152 sc_core::sc_abort(); // can't recover from here
173 sc_core::sc_abort(); // can't recover from here
194 sc_core::sc_abort(); // can't recover from here
215 sc_core::sc_abort(); // can't recover from here
2610 SC_REPORT_WARNING(sc_core::SC_ID_OUT_OF_BOUNDS_,
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test02/
H A Dtest02.cpp62 sc_core::wait(10, SC_NS);
124 sc_core::wait(60, SC_NS);
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test09/
H A Dtest09.cpp80 catch(sc_core::sc_unwind_exception& ex)
156 catch ( sc_core::sc_unwind_exception& ex )
/gem5/src/systemc/tests/systemc/kernel/process_control/test02/
H A Dtest02.cpp189 sc_core::sc_allow_process_control_corners = true;
197 sc_core::sc_allow_process_control_corners = true;
212 // Andy Goodrich: addition to set sc_core::sc_allow_process_control_corners
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.cpp90 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
100 sc_core::sc_vpool<sc_int_bitref> sc_int_bitref::m_pool(9);
265 sc_core::sc_vpool<sc_int_subref> sc_int_subref::m_pool(9);
371 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
382 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
393 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
405 SC_REPORT_WARNING( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
543 SC_REPORT_ERROR( sc_core::SC_ID_CONVERSION_FAILED_,
547 SC_REPORT_ERROR( sc_core::SC_ID_CONVERSION_FAILED_,
554 } catch( sc_core
[all...]
H A Dsc_uint_base.cpp88 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
99 sc_core::sc_vpool<sc_uint_bitref> sc_uint_bitref::m_pool(9);
238 sc_core::sc_vpool<sc_uint_subref> sc_uint_subref::m_pool(9);
342 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
353 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
364 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
376 SC_REPORT_WARNING( sc_core::SC_ID_OUT_OF_BOUNDS_, msg );
514 SC_REPORT_ERROR( sc_core::SC_ID_CONVERSION_FAILED_,
518 SC_REPORT_ERROR( sc_core::SC_ID_CONVERSION_FAILED_,
525 } catch( sc_core
[all...]
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_buffer.h36 namespace sc_core { namespace
128 } // namespace sc_core
H A Dsc_event_finder.h36 namespace sc_core { namespace
133 } // namespace sc_core
H A Dsc_event_queue.cpp32 namespace sc_core { namespace
100 } // namespace sc_core
H A Dsc_fifo_ifs.h35 namespace sc_core { namespace
205 } // namespace sc_core

Completed in 35 milliseconds

<<11121314151617181920>>