|
template<class T > |
void | sc_core::sc_trace (sc_trace_file *tf, const sc_signal_in_if< T > &object, const std::string &name) |
|
template<class T > |
void | sc_core::sc_trace (sc_trace_file *tf, const sc_signal_in_if< T > &object, const char *name) |
|
SC_API void | sc_core::sc_trace (sc_trace_file *tf, const sc_signal_in_if< char > &object, const std::string &name, int width) |
|
SC_API void | sc_core::sc_trace (sc_trace_file *tf, const sc_signal_in_if< short > &object, const std::string &name, int width) |
|
SC_API void | sc_core::sc_trace (sc_trace_file *tf, const sc_signal_in_if< int > &object, const std::string &name, int width) |
|
SC_API void | sc_core::sc_trace (sc_trace_file *tf, const sc_signal_in_if< long > &object, const std::string &name, int width) |
|
SC_API void | sc_core::sc_trace (sc_trace_file *tf, const unsigned int &object, const std::string &name, const char **enum_literals) |
|
SC_API void | sc_core::sc_trace (sc_trace_file *tf, const void *object, const std::string &name) |
|
SC_API void | sc_core::sc_trace_delta_cycles (sc_trace_file *tf, bool on=true) |
|
SC_API void | sc_core::sc_write_comment (sc_trace_file *tf, const std::string &comment) |
|
SC_API void | sc_core::tprintf (sc_trace_file *tf, const char *format,...) |
|
SC_API sc_trace_file * | sc_core::sc_create_vcd_trace_file (const char *name) |
|
SC_API void | sc_core::sc_close_vcd_trace_file (sc_trace_file *tf) |
|
SC_API sc_trace_file * | sc_core::sc_create_wif_trace_file (const char *name) |
|
SC_API void | sc_core::sc_close_wif_trace_file (sc_trace_file *tf) |
|