クラス sc_core::wif_trace_file

#include <sc_wif_trace.h>

sc_core::wif_trace_fileに対する継承グラフ

Inheritance graph
[凡例]

すべてのメンバ一覧

Public 型

enum  wif_enum { WIF_BIT = 0, WIF_MVL = 1, WIF_REAL = 2, WIF_LAST }

Public メソッド

void sc_set_wif_time_unit (int exponent10_seconds)
 wif_trace_file (const char *name)
 ~wif_trace_file ()
std::string obtain_new_index ()

Public 変数

bool initialized
sc_pvector< wif_trace * > traces

Protected メソッド

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 delta_cycles (bool flag)
void cycle (bool delta_cycle)

Private メソッド

void initialize ()
void create_wif_name (std::string *ptr_to_str)

Private 変数

FILE * fp
double timescale_unit
bool timescale_set_by_user
bool trace_delta_cycles
unsigned wif_name_index
unsigned previous_time_units_low
unsigned previous_time_units_high
double previous_time


列挙型

列挙型の値:
WIF_BIT 
WIF_MVL 
WIF_REAL 
WIF_LAST 


コンストラクタとデストラクタ

sc_core::wif_trace_file::wif_trace_file ( const char *  name  ) 

sc_core::wif_trace_file::~wif_trace_file (  ) 


関数

void sc_core::wif_trace_file::sc_set_wif_time_unit ( int  exponent10_seconds  ) 

void sc_core::wif_trace_file::trace ( const bool &  object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_bit object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_logic object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const unsigned char &  object,
const std::string &  name,
int  width 
) [protected]

void sc_core::wif_trace_file::trace ( const unsigned short object,
const std::string &  name,
int  width 
) [protected]

void sc_core::wif_trace_file::trace ( const unsigned int &  object,
const std::string &  name,
int  width 
) [protected]

void sc_core::wif_trace_file::trace ( const unsigned long &  object,
const std::string &  name,
int  width 
) [protected]

void sc_core::wif_trace_file::trace ( const char &  object,
const std::string &  name,
int  width 
) [protected]

void sc_core::wif_trace_file::trace ( const short object,
const std::string &  name,
int  width 
) [protected]

void sc_core::wif_trace_file::trace ( const int &  object,
const std::string &  name,
int  width 
) [protected]

void sc_core::wif_trace_file::trace ( const long &  object,
const std::string &  name,
int  width 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::int64 object,
const std::string &  name,
int  width 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::uint64 object,
const std::string &  name,
int  width 
) [protected]

void sc_core::wif_trace_file::trace ( const float &  object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const double &  object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_unsigned object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_signed object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_uint_base object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_int_base object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_fxval object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_fxval_fast object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_fxnum object,
const std::string &  name 
) [protected]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_fxnum_fast object,
const std::string &  name 
) [protected]

template<class T>
void sc_core::wif_trace_file::traceT ( const T &  object,
const std::string &  name,
wif_enum  type 
) [inline, protected]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_bv_base object,
const std::string &  name 
) [protected, virtual]

void sc_core::wif_trace_file::trace ( const sc_dt::sc_lv_base object,
const std::string &  name 
) [protected, virtual]

void sc_core::wif_trace_file::trace ( const unsigned &  object,
const std::string &  name,
const char **  enum_literals 
) [protected]

void sc_core::wif_trace_file::write_comment ( const std::string &  comment  )  [protected, virtual]

sc_core::sc_trace_fileを実装しています。

void sc_core::wif_trace_file::delta_cycles ( bool  flag  )  [protected, virtual]

sc_core::sc_trace_fileを再定義しています。

void sc_core::wif_trace_file::cycle ( bool  delta_cycle  )  [protected, virtual]

sc_core::sc_trace_fileを実装しています。

void sc_core::wif_trace_file::initialize (  )  [private]

void sc_core::wif_trace_file::create_wif_name ( std::string *  ptr_to_str  )  [private]

std::string sc_core::wif_trace_file::obtain_new_index (  ) 


変数

FILE* sc_core::wif_trace_file::fp [private]


このクラスの説明は次のファイルから生成されました:

SystemCに対してFri Jun 6 07:41:06 2008に生成されました。  doxygen 1.5.6