Searched refs:sc_time_stamp (Results 101 - 125 of 314) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/addition/
H A Ddisplay.cpp52 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/bitwidth/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/sharing/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/divide/divide/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/modulo/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/mult/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/subtract/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/and/and_1/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/not/not_1/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/or/or_1/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/bitwidth/
H A Ddisplay.cpp54 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/xor/xor_1/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/datatypes/
H A Ddisplay.cpp52 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/conditions/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/datatypes/
H A Ddisplay.cpp52 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/if_test/
H A Ddisplay.cpp53 << " at " << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/sim_tests/hshake2/
H A Dmain.cpp55 cout << "SIMULATION COMPLETED AT TIME " << sc_time_stamp() << endl;
H A Dproc2.cpp54 sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/stars/star115165/
H A Dtest.cpp47 cout << sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/misc/unit/control/posedge/
H A Dstim.h76 cout << sc_time_stamp() << " : "
/gem5/src/systemc/tests/systemc/misc/unit/control/wait_until/
H A Dwait_rdy.h72 cout << sc_time_stamp() << " : "
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt14.1/
H A Dmain.cpp55 cout << "SIMULATION COMPLETED AT TIME " << sc_time_stamp() << endl;
H A Dproc2.cpp54 sc_time_stamp() << endl;
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test09/
H A Dtest09.cpp72 cout << sc_time_stamp() << " " << my_handle.name()
84 cout << sc_time_stamp() << " " << my_handle.name()
94 cout << sc_time_stamp() << " " << "dut.grand_parent initialization"
118 cout << sc_time_stamp() << " " << my_handle.name()
145 cout << sc_time_stamp() << " " << my_handle.name()
160 cout << sc_time_stamp() << " " << my_handle.name()
179 cout << sc_time_stamp() << " stimulus issuing reset" << endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test203b/
H A Dtest203b.cpp23 sc_assert(sc_time_stamp() == sc_time(0, SC_NS));
25 sc_assert(sc_time_stamp() == sc_time(3, SC_NS));
33 sc_assert(sc_time_stamp() == sc_time(3, SC_NS));
35 sc_assert(sc_time_stamp() == sc_time(13, SC_NS));
42 sc_assert(sc_time_stamp() == sc_time(33, SC_NS));

Completed in 11 milliseconds

1234567891011>>