

Public Member Functions | |
| wif_sc_logic_trace (const sc_dt::sc_logic &object_, const std::string &name_, const std::string &wif_name_) | |
| void | write (FILE *f) |
| bool | changed () |
| virtual void | set_width () |
| virtual void | print_variable_declaration_line (FILE *f) |
Public Attributes | |
| const std::string | name |
| const std::string | wif_name |
| const char * | wif_type |
| int | bit_width |
Protected Attributes | |
| const sc_dt::sc_logic & | object |
| sc_dt::sc_logic | old_value |
Definition at line 383 of file sc_wif_trace.cpp.
| sc_core::wif_sc_logic_trace::wif_sc_logic_trace | ( | const sc_dt::sc_logic & | object_, | |
| const std::string & | name_, | |||
| const std::string & | wif_name_ | |||
| ) |
Definition at line 397 of file sc_wif_trace.cpp.
| void sc_core::wif_sc_logic_trace::write | ( | FILE * | f | ) | [virtual] |
| bool sc_core::wif_sc_logic_trace::changed | ( | ) | [virtual] |
| void sc_core::wif_trace::set_width | ( | ) | [virtual, inherited] |
Reimplemented in sc_core::wif_sc_unsigned_trace, sc_core::wif_sc_signed_trace, sc_core::wif_sc_uint_base_trace, sc_core::wif_sc_int_base_trace, sc_core::wif_sc_fxnum_trace, sc_core::wif_sc_fxnum_fast_trace, and sc_core::wif_T_trace< T >.
Definition at line 150 of file sc_wif_trace.cpp.
| void sc_core::wif_trace::print_variable_declaration_line | ( | FILE * | f | ) | [virtual, inherited] |
const sc_dt::sc_logic& sc_core::wif_sc_logic_trace::object [protected] |
Definition at line 392 of file sc_wif_trace.cpp.
Definition at line 393 of file sc_wif_trace.cpp.
const std::string sc_core::wif_trace::name [inherited] |
Definition at line 115 of file sc_wif_trace.cpp.
const std::string sc_core::wif_trace::wif_name [inherited] |
Definition at line 116 of file sc_wif_trace.cpp.
const char* sc_core::wif_trace::wif_type [inherited] |
Definition at line 117 of file sc_wif_trace.cpp.
int sc_core::wif_trace::bit_width [inherited] |
Definition at line 118 of file sc_wif_trace.cpp.
1.5.5