Searched refs:sc_trace_file (Results 51 - 75 of 88) sorted by relevance

1234

/gem5/src/systemc/ext/utils/
H A D_using.hh71 using sc_core::sc_trace_file;
/gem5/src/systemc/tests/systemc/compliance_1666/test228/
H A Dtest228.cpp79 sc_trace_file* tf;
/gem5/src/systemc/tests/systemc/misc/v1.0/dash2/
H A Dmain.cpp120 sc_trace_file *tf = sc_create_vcd_trace_file("dash");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash3/
H A Dmain.cpp120 sc_trace_file *tf = sc_create_vcd_trace_file("dash");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash4/
H A Dmain.cpp121 sc_trace_file *tf = sc_create_vcd_trace_file("dash");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash5/
H A Dmain.cpp120 sc_trace_file *tf = sc_create_vcd_trace_file("dash");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash6/
H A Dmain.cpp120 sc_trace_file *tf = sc_create_vcd_trace_file("dash");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash7/
H A Dmain.cpp126 sc_trace_file *tf = sc_create_vcd_trace_file("dash");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash8/
H A Dmain.cpp133 sc_trace_file *tf = sc_create_vcd_trace_file("dash");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash9/
H A Dmain.cpp138 sc_trace_file *tf = sc_create_vcd_trace_file("dash");
/gem5/src/systemc/tests/systemc/tracing/wif_trace/mixed/
H A Dmixed.cpp121 sc_trace_file* tf = sc_create_wif_trace_file("mixed");
/gem5/src/systemc/ext/core/
H A Dsc_port.hh52 class sc_trace_file;
60 sc_trace_file *tf;
63 sc_trace_params(sc_trace_file *tf, const std::string &name) :
/gem5/src/systemc/ext/channel/
H A Dsc_inout.hh39 #include "../utils/sc_trace_file.hh"
53 class sc_trace_file;
169 add_trace(sc_trace_file *tf, const std::string &name) const
186 sc_trace(sc_trace_file *tf, const sc_inout<T> &i, const std::string &name)
340 add_trace(sc_trace_file *tf, const std::string &name) const
359 sc_trace_file *tf, const sc_inout<bool> &i, const std::string &name)
530 add_trace(sc_trace_file *tf, const std::string &name) const
550 sc_trace<sc_dt::sc_logic>(sc_trace_file *tf,
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.h61 class sc_trace_file;
232 void add_trace_file( sc_trace_file* );
233 void remove_trace_file( sc_trace_file* );
339 std::vector<sc_trace_file*> m_trace_files;
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp56 : sc_trace_file()
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test1/
H A Dtest1.cpp166 sc_trace_file *tf = sc_create_vcd_trace_file("systemc");
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test2/
H A Dtest2.cpp160 sc_trace_file *tf = sc_create_vcd_trace_file("systemc");
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test4/
H A Dtest4.cpp182 sc_trace_file *tf = sc_create_vcd_trace_file("systemc");
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test5/
H A Dtest5.cpp181 sc_trace_file *tf = sc_create_vcd_trace_file("systemc");
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test6/
H A Dtest6.cpp155 sc_trace_file *tf = sc_create_vcd_trace_file("systemc");
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test7/
H A Dtest7.cpp157 sc_trace_file *tf = sc_create_vcd_trace_file("systemc");
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test8/
H A Dtest8.cpp168 sc_trace_file *tf = sc_create_vcd_trace_file("systemc");
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/sc_signal_ports/
H A Dtest.cpp119 sc_trace_file* tf = sc_create_vcd_trace_file( "test" );
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_fifo.h136 void trace( sc_trace_file* tf ) const;
294 sc_fifo<T>::trace( sc_trace_file* tf ) const
H A Dsc_signal.h168 void trace( sc_trace_file* tf ) const
397 void trace( sc_trace_file* tf ) const
564 void trace( sc_trace_file* tf ) const

Completed in 33 milliseconds

1234