Searched refs:sc_trace_file (Results 1 - 25 of 88) sorted by relevance

1234

/gem5/src/systemc/ext/utils/
H A Dsc_trace_file.hh63 class sc_trace_file class in namespace:sc_core
66 sc_trace_file();
69 virtual ~sc_trace_file();
74 sc_trace_file *sc_create_vcd_trace_file(const char *name);
75 void sc_close_vcd_trace_file(sc_trace_file *tf);
76 void sc_write_comment(sc_trace_file *tf, const std::string &comment);
78 void sc_trace(sc_trace_file *, const bool &, const std::string &);
79 void sc_trace(sc_trace_file *, const bool *, const std::string &);
80 void sc_trace(sc_trace_file *, const float &, const std::string &);
81 void sc_trace(sc_trace_file *, cons
[all...]
/gem5/src/systemc/utils/
H A Dsc_trace_file.cc45 #include "systemc/ext/utils/sc_trace_file.hh"
51 sc_trace_file::sc_trace_file() {} function in class:sc_core::sc_trace_file
52 sc_trace_file::~sc_trace_file() {}
54 sc_trace_file *
63 sc_close_vcd_trace_file(sc_trace_file *tf)
71 sc_write_comment(sc_trace_file *tf, const std::string &comment)
77 sc_trace(sc_trace_file *tf, const bool &v, const std::string &name)
83 sc_trace(sc_trace_file *t
[all...]
/gem5/src/systemc/tests/systemc/misc/unit/structs/test3/
H A Darr_struct.h55 sc_trace( sc_trace_file*, const arr_struct1&, const std::string& ) argument
78 sc_trace( sc_trace_file*, const arr_struct2&, const std::string& ) argument
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace.cpp62 sc_trace_file::sc_trace_file() function in class:sc_core::sc_trace_file
67 void tprintf(sc_trace_file* tf, const char* format, ...)
77 void sc_trace_file::space(int)
82 void sc_trace_file::delta_cycles(bool)
89 sc_trace( sc_trace_file* tf,
100 sc_trace( sc_trace_file* tf,
111 sc_trace( sc_trace_file* tf,
122 sc_trace( sc_trace_file* tf,
134 sc_trace(sc_trace_file* /* no
[all...]
H A Dsc_trace.h83 class sc_trace_file class in namespace:sc_core
90 sc_trace_file();
166 virtual ~sc_trace_file()
179 sc_trace( sc_trace_file* tf, \
185 sc_trace( sc_trace_file* tf, \
216 sc_trace( sc_trace_file* tf, const tp& object, const std::string& name ) \
226 sc_trace( sc_trace_file* tf, const tp* object, const std::string& name ) \
241 sc_trace( sc_trace_file* tf, const tp& object, const std::string& name, \
252 sc_trace( sc_trace_file* tf, const tp* object, const std::string& name, \
294 sc_trace( sc_trace_file* t
[all...]
H A Dsc_trace_file_base.h60 : public sc_trace_file
/gem5/src/systemc/tests/systemc/misc/stars/star123845/
H A Dtest.cpp47 sc_trace_file* tf = sc_create_vcd_trace_file( "foobar" );
/gem5/src/systemc/tests/systemc/misc/unit/rtlout/test1/
H A Dnew_struct.h55 sc_trace( sc_trace_file*, const a_new_struct&, const std::string& ) argument
73 sc_trace( sc_trace_file*, const b_new_struct&, const std::string& ) argument
/gem5/src/systemc/tests/systemc/misc/stars/wif_trace/star115332/
H A Dtest.cpp61 sc_trace_file * tf = sc_create_wif_trace_file("test");
67 sc_trace_file * tf2 = sc_create_vcd_trace_file("dump_vcd");
/gem5/src/systemc/tests/systemc/misc/v1.0/dash0/
H A Dmain.cpp99 sc_trace_file *tf = sc_create_vcd_trace_file("dash");
/gem5/src/systemc/tests/systemc/tracing/wif_trace/pct1/
H A Dmain.cpp50 sc_trace_file *tf = sc_create_wif_trace_file("pct1");
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ports.cpp61 sc_in<bool>::add_trace_internal(sc_trace_file* tf_,
73 sc_in<bool>::add_trace(sc_trace_file* tf_,
144 sc_in<sc_dt::sc_logic>::add_trace_internal( sc_trace_file* tf_,
156 sc_in<sc_dt::sc_logic>::add_trace( sc_trace_file* tf_,
261 sc_inout<bool>::add_trace_internal( sc_trace_file* tf_,
273 sc_inout<bool>::add_trace( sc_trace_file* tf_,
352 sc_inout<sc_dt::sc_logic>::add_trace_internal( sc_trace_file* tf_,
365 sc_inout<sc_dt::sc_logic>::add_trace( sc_trace_file* tf_,
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_other_defs.h358 sc_trace( sc_core::sc_trace_file* tf,
367 sc_trace( sc_core::sc_trace_file* tf,
376 sc_trace( sc_core::sc_trace_file* tf,
385 sc_trace( sc_core::sc_trace_file* tf,
394 sc_trace( sc_core::sc_trace_file* tf,
403 sc_trace( sc_core::sc_trace_file* tf,
412 sc_trace( sc_core::sc_trace_file* tf,
421 sc_trace( sc_core::sc_trace_file* tf,
/gem5/src/systemc/tests/systemc/communication/sc_signal/datatypes/test02/
H A Dtest02.cpp60 friend void sc_trace( sc_trace_file* tf, const my_datatype& a,
85 sc_trace_file* tf = sc_create_vcd_trace_file( "test02" );
/gem5/src/systemc/tests/systemc/misc/communication/channel/aggregate/
H A Drgb.cpp47 void sc_trace(sc_trace_file* tf,const rgb_t& s, const std::string& NAME) {
/gem5/src/systemc/tests/systemc/misc/communication/signals/aggregate/
H A Drgb.cpp41 void sc_trace(sc_trace_file* tf,const rgb_t& s, const std::string& NAME) {
/gem5/src/systemc/tests/systemc/misc/stars/star127536/
H A Dtest.cpp79 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test06/
H A Dtest06.cpp78 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test10/
H A Dtest10.cpp82 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test13/
H A Dtest13.cpp2 sc_trace_file* sc_tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test14/
H A Dtest14.cpp4 sc_trace_file* sc_tf;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test15/
H A Dtest15.cpp87 sc_trace_file* tf = sc_create_vcd_trace_file("test15");
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test16/
H A Dtest16.cpp87 sc_trace_file* tf = sc_create_vcd_trace_file("test16");
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test06/
H A Dtest06.cpp78 sc_trace_file *tf;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test10/
H A Dtest10.cpp84 sc_trace_file *tf;

Completed in 22 milliseconds

1234