| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include <sysc/tracing/sc_wif_trace.h>


Public Types | |
| enum | wif_enum { WIF_BIT =0, WIF_MVL =1, WIF_REAL =2, WIF_LAST } | 
Public Member Functions | |
| wif_trace_file (const char *name) | |
| ~wif_trace_file () | |
| std::string | obtain_name () | 
  Public Member Functions inherited from sc_core::sc_trace_file_base | |
| const char * | filename () const | 
| bool | delta_cycles () const | 
| virtual void | delta_cycles (bool flag) | 
| virtual void | set_time_unit (double v, sc_time_unit tu) | 
  Public Member Functions inherited from sc_core::sc_trace_file | |
| sc_trace_file () | |
| virtual void | trace (const unsigned int &object, const std::string &name, const char **enum_literals)=0 | 
| virtual void | space (int n) | 
Public Attributes | |
| std::vector< wif_trace * > | traces | 
Protected Member Functions | |
| void | trace (const bool &object, const std::string &name) | 
| void | trace (const sc_dt::sc_bit &object, const std::string &name) | 
| void | trace (const sc_dt::sc_logic &object, const std::string &name) | 
| void | trace (const unsigned char &object, const std::string &name, int width) | 
| void | trace (const unsigned short &object, const std::string &name, int width) | 
| void | trace (const unsigned int &object, const std::string &name, int width) | 
| void | trace (const unsigned long &object, const std::string &name, int width) | 
| void | trace (const char &object, const std::string &name, int width) | 
| void | trace (const short &object, const std::string &name, int width) | 
| void | trace (const int &object, const std::string &name, int width) | 
| void | trace (const long &object, const std::string &name, int width) | 
| void | trace (const sc_dt::int64 &object, const std::string &name, int width) | 
| void | trace (const sc_dt::uint64 &object, const std::string &name, int width) | 
| void | trace (const float &object, const std::string &name) | 
| void | trace (const double &object, const std::string &name) | 
| void | trace (const sc_dt::sc_unsigned &object, const std::string &name) | 
| void | trace (const sc_dt::sc_signed &object, const std::string &name) | 
| void | trace (const sc_dt::sc_uint_base &object, const std::string &name) | 
| void | trace (const sc_dt::sc_int_base &object, const std::string &name) | 
| void | trace (const sc_dt::sc_fxval &object, const std::string &name) | 
| void | trace (const sc_dt::sc_fxval_fast &object, const std::string &name) | 
| void | trace (const sc_dt::sc_fxnum &object, const std::string &name) | 
| void | trace (const sc_dt::sc_fxnum_fast &object, const std::string &name) | 
| template<class T > | |
| void | traceT (const T &object, const std::string &name, wif_enum type) | 
| virtual void | trace (const sc_dt::sc_bv_base &object, const std::string &name) | 
| virtual void | trace (const sc_dt::sc_lv_base &object, const std::string &name) | 
| void | trace (const unsigned &object, const std::string &name, const char **enum_literals) | 
| void | write_comment (const std::string &comment) | 
| void | cycle (bool delta_cycle) | 
  Protected Member Functions inherited from sc_core::sc_trace_file_base | |
| sc_trace_file_base (const char *name, const char *extension) | |
| bool | initialize () | 
| void | open_fp () | 
| bool | add_trace_check (const std::string &name) const | 
| virtual | ~sc_trace_file_base () | 
  Protected Member Functions inherited from sc_core::sc_trace_file | |
| virtual | ~sc_trace_file () | 
Additional Inherited Members | |
  Protected Attributes inherited from sc_core::sc_trace_file_base | |
| FILE * | fp | 
| double | timescale_unit | 
| bool | timescale_set_by_user | 
Definition at line 69 of file sc_wif_trace.h.
| Enumerator | |
|---|---|
| WIF_BIT | |
| WIF_MVL | |
| WIF_REAL | |
| WIF_LAST | |
Definition at line 73 of file sc_wif_trace.h.
      
  | 
  explicit | 
| sc_core::wif_trace_file::~wif_trace_file | ( | ) | 
      
  | 
  protectedvirtual | 
Implements sc_core::sc_trace_file.
| std::string sc_core::wif_trace_file::obtain_name | ( | ) | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protectedvirtual | 
      
  | 
  protectedvirtual | 
      
  | 
  protected | 
      
  | 
  inlineprotected | 
Definition at line 166 of file sc_wif_trace.h.
      
  | 
  protectedvirtual | 
Implements sc_core::sc_trace_file.
| std::vector<wif_trace*> sc_core::wif_trace_file::traces | 
Definition at line 214 of file sc_wif_trace.h.
 1.8.5