sc_core::vcd_uint64_trace Class Reference

Inheritance diagram for sc_core::vcd_uint64_trace:

sc_core::vcd_trace List of all members.

Public Member Functions

 vcd_uint64_trace (const sc_dt::uint64 &object, const std::string &name_, const std::string &vcd_name_, int width_)
void write (FILE *f)
bool changed ()

Protected Attributes

const sc_dt::uint64object
sc_dt::uint64 old_value
sc_dt::uint64 mask

Constructor & Destructor Documentation

sc_core::vcd_uint64_trace::vcd_uint64_trace ( const sc_dt::uint64 object,
const std::string &  name_,
const std::string &  vcd_name_,
int  width_ 
)


Member Function Documentation

void sc_core::vcd_uint64_trace::write ( FILE *  f  )  [virtual]

Implements sc_core::vcd_trace.

bool sc_core::vcd_uint64_trace::changed (  )  [virtual]

Implements sc_core::vcd_trace.


Member Data Documentation

const sc_dt::uint64& sc_core::vcd_uint64_trace::object [protected]

sc_dt::uint64 sc_core::vcd_uint64_trace::old_value [protected]

sc_dt::uint64 sc_core::vcd_uint64_trace::mask [protected]


The documentation for this class was generated from the following file:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page