|
scc
2024.06
SystemC components library
|
Public Member Functions | |
| vcd_trace (std::string const &nm, trace_type t, unsigned bits) | |
| virtual void | record (FPTR os)=0 |
| virtual void | update ()=0 |
| virtual uintptr_t | get_hash ()=0 |
Public Attributes | |
| const std::string | name |
| std::string | trc_hndl {} |
| bool | is_alias {false} |
| bool | is_triggered {false} |
| const unsigned | bits |
| const trace_type | type |
Definition at line 126 of file vcd_trace.hh.