Searched refs:ts4 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_vector_datatype/
H A Dstd_ulogic_vector_datatype.cpp332 std_ulogic_vector<5> ts4; local
340 ts4 = "11001";
341 ts5 = ts4.to_int();
342 ts6 = ts4.to_int();
343 ts7 = ts4.to_int();
350 << "\nTS4 = " << ts4 << " \t\t\t\t\t " << ts5 << "\t ("
352 << "\nTS4 = " << ts4 << " \t\t\t\t\t " << ts6 << "\t ("
354 << "\nTS4 = " << ts4 << " \t\t\t\t\t " << ts7 << "\t("
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_elab/
H A Dproc_ctrl_elab.cpp86 ts4 = sc_get_current_process_handle();
87 ts4.suspend();
242 sc_process_handle ts4; local
308 ts4.resume();

Completed in 8 milliseconds