gem5 v24.0.0.0
|
#include <sc_fxtype_params.hh>
Public Member Functions | |
sc_fxtype_params () | |
sc_fxtype_params (int, int) | |
sc_fxtype_params (sc_q_mode, sc_o_mode, int=0) | |
sc_fxtype_params (int, int, sc_q_mode, sc_o_mode, int=0) | |
sc_fxtype_params (const sc_fxtype_params &) | |
sc_fxtype_params (const sc_fxtype_params &, int, int) | |
sc_fxtype_params (const sc_fxtype_params &, sc_q_mode, sc_o_mode, int=0) | |
sc_fxtype_params (sc_without_context) | |
sc_fxtype_params & | operator= (const sc_fxtype_params &) |
int | wl () const |
void | wl (int) |
int | iwl () const |
void | iwl (int) |
sc_q_mode | q_mode () const |
void | q_mode (sc_q_mode) |
sc_o_mode | o_mode () const |
void | o_mode (sc_o_mode) |
int | n_bits () const |
void | n_bits (int) |
const std::string | to_string () const |
void | print (::std::ostream &=::std::cout) const |
void | dump (::std::ostream &=::std::cout) const |
Private Attributes | |
int | m_wl |
int | m_iwl |
sc_q_mode | m_q_mode |
sc_o_mode | m_o_mode |
int | m_n_bits |
Friends | |
bool | operator== (const sc_fxtype_params &a, const sc_fxtype_params &b) |
bool | operator!= (const sc_fxtype_params &a, const sc_fxtype_params &b) |
Definition at line 70 of file sc_fxtype_params.hh.
|
inline |
Definition at line 136 of file sc_fxtype_params.hh.
References sc_dt::sc_context< T >::default_value().
|
inline |
Definition at line 142 of file sc_fxtype_params.hh.
References sc_dt::sc_context< T >::default_value(), m_iwl, m_wl, and SC_CHECK_WL_.
|
inline |
Definition at line 152 of file sc_fxtype_params.hh.
References sc_dt::sc_context< T >::default_value(), m_n_bits, m_o_mode, m_q_mode, and SC_CHECK_N_BITS_.
|
inline |
Definition at line 164 of file sc_fxtype_params.hh.
References m_iwl, m_n_bits, m_o_mode, m_q_mode, m_wl, SC_CHECK_N_BITS_, and SC_CHECK_WL_.
|
inline |
Definition at line 177 of file sc_fxtype_params.hh.
|
inline |
Definition at line 182 of file sc_fxtype_params.hh.
|
inline |
Definition at line 188 of file sc_fxtype_params.hh.
|
inlineexplicit |
Definition at line 195 of file sc_fxtype_params.hh.
void sc_dt::sc_fxtype_params::dump | ( | ::std::ostream & | os = ::std::cout | ) | const |
Definition at line 85 of file sc_fxtype_params.cc.
References m_iwl, m_n_bits, m_o_mode, m_q_mode, and m_wl.
Referenced by sc_dt::scfx_params::dump().
|
inline |
Definition at line 238 of file sc_fxtype_params.hh.
References m_iwl.
Referenced by sc_dt::scfx_params::fwl(), and sc_dt::scfx_params::iwl().
|
inline |
Definition at line 239 of file sc_fxtype_params.hh.
References m_iwl.
|
inline |
Definition at line 248 of file sc_fxtype_params.hh.
References m_n_bits.
Referenced by sc_dt::scfx_params::n_bits().
|
inline |
Definition at line 250 of file sc_fxtype_params.hh.
References m_n_bits, and SC_CHECK_N_BITS_.
|
inline |
Definition at line 245 of file sc_fxtype_params.hh.
References m_o_mode.
Referenced by sc_dt::scfx_params::o_mode(), and sc_dt::scfx_params::scfx_params().
|
inline |
Definition at line 246 of file sc_fxtype_params.hh.
References m_o_mode.
|
inline |
void sc_dt::sc_fxtype_params::print | ( | ::std::ostream & | os = ::std::cout | ) | const |
Definition at line 73 of file sc_fxtype_params.cc.
References m_iwl, m_n_bits, m_o_mode, m_q_mode, and m_wl.
Referenced by to_string().
|
inline |
Definition at line 242 of file sc_fxtype_params.hh.
References m_q_mode.
Referenced by sc_dt::scfx_params::q_mode().
|
inline |
Definition at line 243 of file sc_fxtype_params.hh.
References m_q_mode.
const std::string sc_dt::sc_fxtype_params::to_string | ( | ) | const |
Definition at line 65 of file sc_fxtype_params.cc.
|
inline |
Definition at line 230 of file sc_fxtype_params.hh.
References m_wl.
Referenced by sc_dt::scfx_params::fwl(), and sc_dt::scfx_params::wl().
|
inline |
Definition at line 232 of file sc_fxtype_params.hh.
References m_wl, and SC_CHECK_WL_.
|
friend |
Definition at line 223 of file sc_fxtype_params.hh.
|
friend |
Definition at line 215 of file sc_fxtype_params.hh.
|
private |
Definition at line 111 of file sc_fxtype_params.hh.
Referenced by dump(), iwl(), iwl(), operator=(), print(), sc_fxtype_params(), and sc_fxtype_params().
|
private |
Definition at line 114 of file sc_fxtype_params.hh.
Referenced by dump(), n_bits(), n_bits(), operator=(), print(), sc_fxtype_params(), and sc_fxtype_params().
|
private |
Definition at line 113 of file sc_fxtype_params.hh.
Referenced by dump(), o_mode(), o_mode(), operator=(), print(), sc_fxtype_params(), and sc_fxtype_params().
|
private |
Definition at line 112 of file sc_fxtype_params.hh.
Referenced by dump(), operator=(), print(), q_mode(), q_mode(), sc_fxtype_params(), and sc_fxtype_params().
|
private |
Definition at line 110 of file sc_fxtype_params.hh.
Referenced by dump(), operator=(), print(), sc_fxtype_params(), sc_fxtype_params(), wl(), and wl().