Searched refs:SC_MS (Results 1 - 12 of 12) sorted by relevance

/gem5/src/systemc/tests/systemc/kernel/sc_time/test17/
H A Dtest17.cpp45 sc_set_default_time_unit( 10, SC_MS );
/gem5/src/systemc/core/
H A Dtime.cc42 [::sc_core::SC_MS] = "ms",
51 [::sc_core::SC_MS] = "SC_MS",
60 [::sc_core::SC_MS] = 1.0e-3,
69 [::sc_core::SC_MS] = 1ULL * 1000,
H A Dsc_time_python.cc75 .value("SC_MS", sc_core::SC_MS)
/gem5/src/systemc/tests/systemc/misc/memory_explosion/test01/
H A Dtest01.cpp57 #define sc_ms SC_MS
/gem5/src/systemc/tests/systemc/misc/reports/test01/
H A Dtest01.cpp156 e1.notify( 10, SC_MS );
165 e2.notify( 10, SC_MS );
/gem5/src/systemc/ext/core/
H A Dsc_time.hh47 SC_MS, enumerator in enum:sc_core::sc_time_unit
H A D_using.hh152 using sc_core::SC_MS;
/gem5/src/systemc/tests/systemc/kernel/sc_time/test19/
H A Dtest19.cpp80 check_time( sc_time(1000, SC_US), SC_MS, "1 ms" );
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp210 case SC_MS: v = v * 1e-3; break;
H A Dsc_vcd_trace.cpp1724 { sc_time(1, SC_MS).to_seconds(), "1 ms" },
1725 { sc_time(10, SC_MS).to_seconds(), "10 ms" },
1726 { sc_time(100, SC_MS).to_seconds(),"100 ms" },
/gem5/src/systemc/tests/systemc/1666-2011-compliance/immed_self_notif/
H A Dimmed_self_notif.cpp154 wait(1, SC_MS);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.h64 SC_MS, enumerator in enum:sc_core::sc_time_unit

Completed in 19 milliseconds