SystemC
Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include "sysc/datatypes/fx/sc_fx_ids.h"
#include "sysc/datatypes/int/sc_signed.h"
#include "sysc/datatypes/int/sc_unsigned.h"
#include "sysc/datatypes/int/sc_int_base.h"
#include "sysc/datatypes/int/sc_uint_base.h"
#include "sysc/tracing/sc_trace.h"
Go to the source code of this file.
Namespaces | |
sc_dt | |
Functions | |
void | sc_dt::sc_trace (sc_core::sc_trace_file *tf, const sc_fxval &object, const std::string &name) |
void | sc_dt::sc_trace (sc_core::sc_trace_file *tf, const sc_fxval *object, const std::string &name) |
void | sc_dt::sc_trace (sc_core::sc_trace_file *tf, const sc_fxval_fast &object, const std::string &name) |
void | sc_dt::sc_trace (sc_core::sc_trace_file *tf, const sc_fxval_fast *object, const std::string &name) |
void | sc_dt::sc_trace (sc_core::sc_trace_file *tf, const sc_fxnum &object, const std::string &name) |
void | sc_dt::sc_trace (sc_core::sc_trace_file *tf, const sc_fxnum *object, const std::string &name) |
void | sc_dt::sc_trace (sc_core::sc_trace_file *tf, const sc_fxnum_fast &object, const std::string &name) |
void | sc_dt::sc_trace (sc_core::sc_trace_file *tf, const sc_fxnum_fast *object, const std::string &name) |