

Public Member Functions | |
| vcd_trace (const std::string &name_, const std::string &vcd_name_) | |
| virtual void | write (FILE *f)=0 |
| virtual void | set_width () |
| virtual bool | changed ()=0 |
| virtual void | print_variable_declaration_line (FILE *f) |
| void | compose_data_line (char *rawdata, char *compdata) |
| std::string | compose_line (const std::string data) |
| virtual | ~vcd_trace () |
Static Public Member Functions | |
| static const char * | strip_leading_bits (const char *originalbuf) |
Public Attributes | |
| const std::string | name |
| const std::string | vcd_name |
| const char * | vcd_var_typ_name |
| int | bit_width |
Definition at line 88 of file sc_vcd_trace.cpp.
| sc_core::vcd_trace::vcd_trace | ( | const std::string & | name_, | |
| const std::string & | vcd_name_ | |||
| ) |
Definition at line 120 of file sc_vcd_trace.cpp.
| sc_core::vcd_trace::~vcd_trace | ( | ) | [virtual] |
Definition at line 239 of file sc_vcd_trace.cpp.
| virtual void sc_core::vcd_trace::write | ( | FILE * | f | ) | [pure virtual] |
Implemented in sc_core::vcd_T_trace< T >, sc_core::vcd_bool_trace, sc_core::vcd_sc_bit_trace, sc_core::vcd_sc_logic_trace, sc_core::vcd_sc_unsigned_trace, sc_core::vcd_sc_signed_trace, sc_core::vcd_sc_uint_base_trace, sc_core::vcd_sc_int_base_trace, sc_core::vcd_sc_fxval_trace, sc_core::vcd_sc_fxval_fast_trace, sc_core::vcd_sc_fxnum_trace, sc_core::vcd_sc_fxnum_fast_trace, sc_core::vcd_unsigned_int_trace, sc_core::vcd_unsigned_short_trace, sc_core::vcd_unsigned_char_trace, sc_core::vcd_unsigned_long_trace, sc_core::vcd_signed_int_trace, sc_core::vcd_signed_short_trace, sc_core::vcd_signed_char_trace, sc_core::vcd_int64_trace, sc_core::vcd_uint64_trace, sc_core::vcd_signed_long_trace, sc_core::vcd_float_trace, sc_core::vcd_double_trace, and sc_core::vcd_enum_trace.
| void sc_core::vcd_trace::set_width | ( | ) | [virtual] |
Reimplemented in sc_core::vcd_T_trace< T >, sc_core::vcd_sc_unsigned_trace, sc_core::vcd_sc_signed_trace, sc_core::vcd_sc_uint_base_trace, sc_core::vcd_sc_int_base_trace, sc_core::vcd_sc_fxnum_trace, and sc_core::vcd_sc_fxnum_fast_trace.
Definition at line 201 of file sc_vcd_trace.cpp.
| const char * sc_core::vcd_trace::strip_leading_bits | ( | const char * | originalbuf | ) | [static] |
Definition at line 207 of file sc_vcd_trace.cpp.
| virtual bool sc_core::vcd_trace::changed | ( | ) | [pure virtual] |
Implemented in sc_core::vcd_T_trace< T >, sc_core::vcd_bool_trace, sc_core::vcd_sc_bit_trace, sc_core::vcd_sc_logic_trace, sc_core::vcd_sc_unsigned_trace, sc_core::vcd_sc_signed_trace, sc_core::vcd_sc_uint_base_trace, sc_core::vcd_sc_int_base_trace, sc_core::vcd_sc_fxval_trace, sc_core::vcd_sc_fxval_fast_trace, sc_core::vcd_sc_fxnum_trace, sc_core::vcd_sc_fxnum_fast_trace, sc_core::vcd_unsigned_int_trace, sc_core::vcd_unsigned_short_trace, sc_core::vcd_unsigned_char_trace, sc_core::vcd_unsigned_long_trace, sc_core::vcd_signed_int_trace, sc_core::vcd_signed_short_trace, sc_core::vcd_signed_char_trace, sc_core::vcd_int64_trace, sc_core::vcd_uint64_trace, sc_core::vcd_signed_long_trace, sc_core::vcd_float_trace, sc_core::vcd_double_trace, and sc_core::vcd_enum_trace.
| void sc_core::vcd_trace::print_variable_declaration_line | ( | FILE * | f | ) | [virtual] |
Definition at line 165 of file sc_vcd_trace.cpp.
| void sc_core::vcd_trace::compose_data_line | ( | char * | rawdata, | |
| char * | compdata | |||
| ) |
Definition at line 130 of file sc_vcd_trace.cpp.
| std::string sc_core::vcd_trace::compose_line | ( | const std::string | data | ) |
Definition at line 155 of file sc_vcd_trace.cpp.
| const std::string sc_core::vcd_trace::name |
Definition at line 113 of file sc_vcd_trace.cpp.
| const std::string sc_core::vcd_trace::vcd_name |
Definition at line 114 of file sc_vcd_trace.cpp.
| const char* sc_core::vcd_trace::vcd_var_typ_name |
Definition at line 115 of file sc_vcd_trace.cpp.
Definition at line 116 of file sc_vcd_trace.cpp.
1.5.5