gem5  v20.1.0.0
Classes | Namespaces | Functions
sc_trace_file.hh File Reference
#include <exception>
#include "../core/sc_time.hh"

Go to the source code of this file.

Classes

class  sc_core::sc_signal_in_if< T >
 
class  sc_core::sc_trace_file
 

Namespaces

 sc_dt
 
 sc_core
 

Functions

sc_trace_file * sc_core::sc_create_vcd_trace_file (const char *name)
 
void sc_core::sc_close_vcd_trace_file (sc_trace_file *tf)
 
void sc_core::sc_write_comment (sc_trace_file *tf, const std::string &comment)
 
void sc_core::sc_trace (sc_trace_file *, const bool &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const bool *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const float &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const float *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const double &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const double *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_logic &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_logic *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_int_base &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_int_base *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_uint_base &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_uint_base *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_signed &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_signed *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_unsigned &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_unsigned *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_bv_base &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_bv_base *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_lv_base &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_lv_base *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_fxval &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_fxval *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_fxval_fast &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_fxval_fast *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_fxnum &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_fxnum *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_fxnum_fast &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::sc_fxnum_fast *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_event &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_event *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_time &, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const sc_time *, const std::string &)
 
void sc_core::sc_trace (sc_trace_file *, const unsigned char &, const std::string &, int width=(8 *sizeof(unsigned char)))
 
void sc_core::sc_trace (sc_trace_file *, const unsigned char *, const std::string &, int width=(8 *sizeof(unsigned char)))
 
void sc_core::sc_trace (sc_trace_file *, const unsigned short &, const std::string &, int width=(8 *sizeof(unsigned short)))
 
void sc_core::sc_trace (sc_trace_file *, const unsigned short *, const std::string &, int width=(8 *sizeof(unsigned short)))
 
void sc_core::sc_trace (sc_trace_file *, const unsigned int &, const std::string &, int width=(8 *sizeof(unsigned int)))
 
void sc_core::sc_trace (sc_trace_file *, const unsigned int *, const std::string &, int width=(8 *sizeof(unsigned int)))
 
void sc_core::sc_trace (sc_trace_file *, const unsigned long &, const std::string &, int width=(8 *sizeof(unsigned long)))
 
void sc_core::sc_trace (sc_trace_file *, const unsigned long *, const std::string &, int width=(8 *sizeof(unsigned long)))
 
void sc_core::sc_trace (sc_trace_file *, const char &, const std::string &, int width=(8 *sizeof(char)))
 
void sc_core::sc_trace (sc_trace_file *, const char *, const std::string &, int width=(8 *sizeof(char)))
 
void sc_core::sc_trace (sc_trace_file *, const short &, const std::string &, int width=(8 *sizeof(short)))
 
void sc_core::sc_trace (sc_trace_file *, const short *, const std::string &, int width=(8 *sizeof(short)))
 
void sc_core::sc_trace (sc_trace_file *, const int &, const std::string &, int width=(8 *sizeof(int)))
 
void sc_core::sc_trace (sc_trace_file *, const int *, const std::string &, int width=(8 *sizeof(int)))
 
void sc_core::sc_trace (sc_trace_file *, const long &, const std::string &, int width=(8 *sizeof(long)))
 
void sc_core::sc_trace (sc_trace_file *, const long *, const std::string &, int width=(8 *sizeof(long)))
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::int64 &, const std::string &, int width=(8 *sizeof(sc_dt::int64)))
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::int64 *, const std::string &, int width=(8 *sizeof(sc_dt::int64)))
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::uint64 &, const std::string &, int width=(8 *sizeof(sc_dt::uint64)))
 
void sc_core::sc_trace (sc_trace_file *, const sc_dt::uint64 *, const std::string &, int width=(8 *sizeof(sc_dt::uint64)))
 
void sc_core::sc_trace (sc_trace_file *, const unsigned int &, const std::string &, const char **enum_literals)
 
void sc_core::sc_trace_delta_cycles (sc_trace_file *, bool on=true)
 
template<class T >
void sc_core::sc_trace (sc_trace_file *tf, const sc_signal_in_if< T > &iface, const std::string &name)
 
void sc_core::sc_trace (sc_trace_file *, const sc_signal_in_if< char > &, const std::string &, int width)
 
void sc_core::sc_trace (sc_trace_file *, const sc_signal_in_if< short > &, const std::string &, int width)
 
void sc_core::sc_trace (sc_trace_file *, const sc_signal_in_if< int > &, const std::string &, int width)
 
void sc_core::sc_trace (sc_trace_file *, const sc_signal_in_if< long > &, const std::string &, int width)
 

Generated on Wed Sep 30 2020 14:02:19 for gem5 by doxygen 1.8.17