SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_dt::scfx_params Class Reference

#include <sysc/datatypes/fx/scfx_params.h>

Public Member Functions

 scfx_params (const sc_fxtype_params &, sc_enc, const sc_fxcast_switch &)
 
const sc_fxtype_paramstype_params () const
 
sc_enc enc () const
 
const sc_fxcast_switchcast_switch () const
 
int wl () const
 
int iwl () const
 
int fwl () const
 
sc_q_mode q_mode () const
 
sc_o_mode o_mode () const
 
int n_bits () const
 
void dump (::std::ostream &) const
 

Detailed Description

Definition at line 67 of file scfx_params.h.

Constructor & Destructor Documentation

◆ scfx_params()

sc_dt::scfx_params::scfx_params ( const sc_fxtype_params type_params_,
sc_enc  enc_,
const sc_fxcast_switch cast_sw 
)
inline

Definition at line 114 of file scfx_params.h.

Member Function Documentation

◆ cast_switch()

const sc_fxcast_switch & sc_dt::scfx_params::cast_switch ( ) const
inline

Definition at line 149 of file scfx_params.h.

◆ dump()

void sc_dt::scfx_params::dump ( ::std::ostream &  os) const
inline

Definition at line 204 of file scfx_params.h.

◆ enc()

sc_enc sc_dt::scfx_params::enc ( ) const
inline

Definition at line 142 of file scfx_params.h.

◆ fwl()

int sc_dt::scfx_params::fwl ( ) const
inline

Definition at line 173 of file scfx_params.h.

◆ iwl()

int sc_dt::scfx_params::iwl ( ) const
inline

Definition at line 166 of file scfx_params.h.

◆ n_bits()

int sc_dt::scfx_params::n_bits ( ) const
inline

Definition at line 194 of file scfx_params.h.

◆ o_mode()

sc_o_mode sc_dt::scfx_params::o_mode ( ) const
inline

Definition at line 187 of file scfx_params.h.

◆ q_mode()

sc_q_mode sc_dt::scfx_params::q_mode ( ) const
inline

Definition at line 180 of file scfx_params.h.

◆ type_params()

const sc_fxtype_params & sc_dt::scfx_params::type_params ( ) const
inline

Definition at line 135 of file scfx_params.h.

◆ wl()

int sc_dt::scfx_params::wl ( ) const
inline

Definition at line 159 of file scfx_params.h.


The documentation for this class was generated from the following file: