SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
This is the complete list of members for sc_core::vcd_trace_file, including all inherited members.
add_trace_check(const std::string &name) const | sc_core::sc_trace_file_base | protected |
cycle(bool delta_cycle) | sc_core::vcd_trace_file | protectedvirtual |
delta_cycles() const | sc_core::sc_trace_file_base | inline |
delta_cycles(bool flag) | sc_core::sc_trace_file_base | virtual |
filename() const | sc_core::sc_trace_file_base | inline |
fp | sc_core::sc_trace_file_base | protected |
initialize() | sc_core::sc_trace_file_base | protected |
obtain_name() | sc_core::vcd_trace_file | |
open_fp() | sc_core::sc_trace_file_base | protected |
sc_trace_file() | sc_core::sc_trace_file | |
sc_trace_file_base(const char *name, const char *extension) | sc_core::sc_trace_file_base | protected |
set_time_unit(double v, sc_time_unit tu) | sc_core::sc_trace_file_base | virtual |
space(int n) | sc_core::sc_trace_file | virtual |
timescale_set_by_user | sc_core::sc_trace_file_base | protected |
timescale_unit | sc_core::sc_trace_file_base | protected |
trace(const bool &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::sc_bit &object, const std::string &name) | sc_core::vcd_trace_file | protectedvirtual |
trace(const sc_dt::sc_logic &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const unsigned char &object, const std::string &name, int width) | sc_core::vcd_trace_file | protected |
trace(const unsigned short &object, const std::string &name, int width) | sc_core::vcd_trace_file | protected |
trace(const unsigned int &object, const std::string &name, int width) | sc_core::vcd_trace_file | protected |
trace(const unsigned long &object, const std::string &name, int width) | sc_core::vcd_trace_file | protected |
trace(const char &object, const std::string &name, int width) | sc_core::vcd_trace_file | protected |
trace(const short &object, const std::string &name, int width) | sc_core::vcd_trace_file | protected |
trace(const int &object, const std::string &name, int width) | sc_core::vcd_trace_file | protected |
trace(const long &object, const std::string &name, int width) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::int64 &object, const std::string &name, int width) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::uint64 &object, const std::string &name, int width) | sc_core::vcd_trace_file | protected |
trace(const float &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const double &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::sc_uint_base &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::sc_int_base &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::sc_unsigned &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::sc_signed &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::sc_fxval &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::sc_fxval_fast &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::sc_fxnum &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::sc_fxnum_fast &object, const std::string &name) | sc_core::vcd_trace_file | protected |
trace(const sc_dt::sc_bv_base &object, const std::string &name) | sc_core::vcd_trace_file | protectedvirtual |
trace(const sc_dt::sc_lv_base &object, const std::string &name) | sc_core::vcd_trace_file | protectedvirtual |
trace(const unsigned &object, const std::string &name, const char **enum_literals) | sc_core::vcd_trace_file | protected |
sc_core::sc_trace_file_base::trace(const unsigned int &object, const std::string &name, const char **enum_literals)=0 | sc_core::sc_trace_file | pure virtual |
traces | sc_core::vcd_trace_file | |
traceT(const T &object, const std::string &name, vcd_enum type=VCD_WIRE) | sc_core::vcd_trace_file | inlineprotected |
vcd_enum enum name | sc_core::vcd_trace_file | |
VCD_LAST enum value | sc_core::vcd_trace_file | |
VCD_REAL enum value | sc_core::vcd_trace_file | |
vcd_trace_file(const char *name) | sc_core::vcd_trace_file | |
VCD_WIRE enum value | sc_core::vcd_trace_file | |
write_comment(const std::string &comment) | sc_core::vcd_trace_file | protectedvirtual |
~sc_trace_file() | sc_core::sc_trace_file | inlineprotectedvirtual |
~sc_trace_file_base() | sc_core::sc_trace_file_base | protectedvirtual |
~vcd_trace_file() | sc_core::vcd_trace_file |