Searched refs:SC_PS (Results 1 - 25 of 29) sorted by relevance

12

/gem5/src/systemc/tests/systemc/communication/sc_semaphore/test03/
H A Dmain.cpp42 sc_clock clock1("clock1",10,SC_PS);
48 sc_start(3000, SC_PS);
/gem5/src/systemc/core/
H A Dtime.cc39 [::sc_core::SC_PS] = "ps",
48 [::sc_core::SC_PS] = "SC_PS",
57 [::sc_core::SC_PS] = 1.0e-12,
66 [::sc_core::SC_PS] = 1ULL * 1000 * 1000 * 1000 * 1000,
H A Dsc_time_python.cc72 .value("SC_PS", sc_core::SC_PS)
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test15/
H A Dtest15.cpp60 wait(1, SC_PS);
62 wait(1, SC_PS);
72 wait(3, SC_PS);
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test15/
H A Dtest15.cpp60 wait(1, SC_PS);
62 wait(1, SC_PS);
72 wait(3, SC_PS);
/gem5/src/systemc/tests/systemc/kernel/sc_time/test04/
H A Dtest04.cpp49 sc_set_time_resolution( 10, SC_PS );
/gem5/src/systemc/tests/systemc/kernel/sc_time/test05/
H A Dtest05.cpp49 sc_set_time_resolution( 10, SC_PS );
/gem5/src/systemc/tests/systemc/kernel/sc_time/test06/
H A Dtest06.cpp52 sc_set_time_resolution( 10, SC_PS );
/gem5/src/systemc/tests/systemc/kernel/sc_time/test14/
H A Dtest14.cpp49 sc_set_default_time_unit( 10, SC_PS );
/gem5/src/systemc/tests/systemc/tmp/others/sc_writer_bug/
H A Dsc_writer_bug.cpp48 m1 = new M("m1", sc_time(1, SC_PS));
49 m2 = new M("m2", sc_time(2, SC_PS));
64 sc_start(5,SC_PS);
/gem5/src/systemc/tests/systemc/misc/reports/test01/
H A Dtest01.cpp87 sc_clock clk1( "clk1", 0, SC_PS );
94 sc_clock clk2( "clk2", 1, SC_PS, 0.1 );
101 sc_clock clk3( "clk3", 1, SC_PS, 0.9 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_writer_policy/
H A Dsc_writer_policy.cpp145 m1 = new M("m1", sc_time(1, SC_PS));
146 m2 = new M("m2", sc_time(2, SC_PS));
200 wait(1, SC_PS);
209 wait(3, SC_PS);
236 wait(1, SC_PS);
244 wait(4, SC_PS);
271 wait(1, SC_PS);
279 wait(5, SC_PS);
/gem5/src/systemc/ext/core/
H A Dsc_time.hh44 SC_PS, enumerator in enum:sc_core::sc_time_unit
H A D_using.hh149 using sc_core::SC_PS;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test01/
H A Dtest01.cpp100 tf->set_time_unit(1.0, SC_PS);
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test01/
H A Dtest01.cpp100 tf->set_time_unit( 1, SC_PS );
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test11/
H A Dtest11.cpp93 tf->set_time_unit(1, SC_PS);
/gem5/src/systemc/utils/
H A Dtracefile.cc47 timeUnitValue(0.0), timeUnitUnit(::sc_core::SC_PS), _traceDeltas(false)
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp96 delay = sc_time(rand_ps(), SC_PS);
114 wait( sc_time(rand_ps(), SC_PS) );
144 sc_time delay = sc_time(rand_ps(), SC_PS);
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp207 case SC_PS: v = v * 1e-12; break;
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp35 using sc_core::SC_PS;
122 ::sc_core::wait(33, SC_PS);
161 sc_assert(sc_time_stamp() == t + sc_time(33, SC_PS));
/gem5/util/tlm/src/
H A Dsim_control.cc90 == sc_core::sc_time(1,sc_core::SC_PS));
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_gem5_control.cc232 sc_core::sc_time(1, sc_core::SC_PS))
H A Dmain.cc173 sc_core::sc_time(1, sc_core::SC_PS))
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.h61 SC_PS, enumerator in enum:sc_core::sc_time_unit

Completed in 30 milliseconds

12