47#ifndef __SYSTEMC_EXT_DT_FX_SCFX_PARAMS_HH__
48#define __SYSTEMC_EXT_DT_FX_SCFX_PARAMS_HH__
87 void dump(::std::ostream &)
const;
102 m_type_params(type_params_), m_enc(enc_), m_cast_switch(cast_sw)
171 os <<
"scfx_params" << ::std::endl;
172 os <<
"(" << ::std::endl;
173 os <<
"type_params = ";
175 os <<
"enc = " <<
m_enc << ::std::endl;
176 os <<
"cast_switch = ";
178 os <<
")" << ::std::endl;
void dump(::std::ostream &=::std::cout) const
void dump(::std::ostream &=::std::cout) const
const sc_fxcast_switch & cast_switch() const
sc_fxcast_switch m_cast_switch
void dump(::std::ostream &) const
const sc_fxtype_params & type_params() const
sc_fxtype_params m_type_params
scfx_params(const sc_fxtype_params &, sc_enc, const sc_fxcast_switch &)
const char SC_ID_INVALID_O_MODE_[]
const char SC_ID_WRAP_SM_NOT_DEFINED_[]
#define SC_REPORT_ERROR(msg_type, msg)