#include <sysc/datatypes/misc/sc_concatref.h>


Public Types | |
| enum | concat_flags { cf_none = 0, cf_xz_present = 1 } |
Public Member Functions | |
| void | initialize (sc_value_base &left, sc_value_base &right) |
| void | initialize (const sc_value_base &left, const sc_value_base &right) |
| virtual | ~sc_concatref () |
| unsigned int | length () const |
| virtual int | concat_length (bool *xz_present_p) const |
| virtual void | concat_clear_data (bool to_ones) |
| virtual bool | concat_get_ctrl (sc_digit *dst_p, int low_i) const |
| virtual bool | concat_get_data (sc_digit *dst_p, int low_i) const |
| virtual uint64 | concat_get_uint64 () const |
| virtual void | concat_set (int64 src, int low_i) |
| virtual void | concat_set (const sc_signed &src, int low_i) |
| virtual void | concat_set (const sc_unsigned &src, int low_i) |
| virtual void | concat_set (uint64 src, int low_i) |
| uint64 | to_uint64 () const |
| const sc_unsigned & | value () const |
| int64 | to_int64 () const |
| int | to_int () const |
| unsigned int | to_uint () const |
| long | to_long () const |
| unsigned long | to_ulong () const |
| double | to_double () const |
| void | to_sc_signed (sc_signed &target) const |
| void | to_sc_unsigned (sc_unsigned &target) const |
| operator uint64 () const | |
| operator const sc_unsigned & () const | |
| sc_unsigned | operator+ () const |
| sc_signed | operator- () const |
| sc_unsigned | operator~ () const |
| const std::string | to_string (sc_numrep numrep=SC_DEC) const |
| const std::string | to_string (sc_numrep numrep, bool w_prefix) const |
| const sc_concatref & | operator= (int v) |
| const sc_concatref & | operator= (long v) |
| const sc_concatref & | operator= (int64 v) |
| const sc_concatref & | operator= (unsigned int v) |
| const sc_concatref & | operator= (unsigned long v) |
| const sc_concatref & | operator= (uint64 v) |
| const sc_concatref & | operator= (const sc_concatref &v) |
| const sc_concatref & | operator= (const sc_signed &v) |
| const sc_concatref & | operator= (const sc_unsigned &v) |
| const sc_concatref & | operator= (const char *v_p) |
| const sc_concatref & | operator= (const sc_bv_base &v) |
| const sc_concatref & | operator= (const sc_lv_base &v) |
| bool | and_reduce () const |
| bool | nand_reduce () const |
| bool | or_reduce () const |
| bool | nor_reduce () const |
| bool | xor_reduce () const |
| bool | xnor_reduce () const |
| void | print (::std::ostream &os=::std::cout) const |
| void | scan (::std::istream &is) |
| const T * | operator-> () const |
| T * | operator-> () |
Static Public Attributes | |
| static sc_core::sc_vpool < sc_concatref > | m_pool |
Protected Attributes | |
| sc_value_base * | m_left_p |
| sc_value_base * | m_right_p |
| int | m_len |
| int | m_len_r |
| concat_flags | m_flags |
Friends | |
| class | sc_core::sc_vpool< sc_concatref > |
Definition at line 79 of file sc_concatref.h.
| virtual sc_dt::sc_concatref::~sc_concatref | ( | ) | [inline, virtual] |
Definition at line 113 of file sc_concatref.h.
| void sc_dt::sc_concatref::initialize | ( | sc_value_base & | left, | |
| sc_value_base & | right | |||
| ) | [inline] |
Definition at line 84 of file sc_concatref.h.
| void sc_dt::sc_concatref::initialize | ( | const sc_value_base & | left, | |
| const sc_value_base & | right | |||
| ) | [inline] |
Definition at line 98 of file sc_concatref.h.
| unsigned int sc_dt::sc_concatref::length | ( | ) | const [inline] |
Definition at line 119 of file sc_concatref.h.
| virtual int sc_dt::sc_concatref::concat_length | ( | bool * | xz_present_p | ) | const [inline, virtual] |
| virtual void sc_dt::sc_concatref::concat_clear_data | ( | bool | to_ones | ) | [inline, virtual] |
| virtual bool sc_dt::sc_concatref::concat_get_ctrl | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [inline, virtual] |
| virtual bool sc_dt::sc_concatref::concat_get_data | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [inline, virtual] |
| virtual uint64 sc_dt::sc_concatref::concat_get_uint64 | ( | ) | const [inline, virtual] |
| virtual void sc_dt::sc_concatref::concat_set | ( | int64 | src, | |
| int | low_i | |||
| ) | [inline, virtual] |
| virtual void sc_dt::sc_concatref::concat_set | ( | const sc_signed & | src, | |
| int | low_i | |||
| ) | [inline, virtual] |
| virtual void sc_dt::sc_concatref::concat_set | ( | const sc_unsigned & | src, | |
| int | low_i | |||
| ) | [inline, virtual] |
| virtual void sc_dt::sc_concatref::concat_set | ( | uint64 | src, | |
| int | low_i | |||
| ) | [inline, virtual] |
| uint64 sc_dt::sc_concatref::to_uint64 | ( | ) | const [inline] |
Definition at line 194 of file sc_concatref.h.
| const sc_unsigned& sc_dt::sc_concatref::value | ( | ) | const [inline] |
Definition at line 214 of file sc_concatref.h.
| int64 sc_dt::sc_concatref::to_int64 | ( | ) | const [inline] |
Definition at line 234 of file sc_concatref.h.
| int sc_dt::sc_concatref::to_int | ( | ) | const [inline] |
Definition at line 238 of file sc_concatref.h.
| unsigned int sc_dt::sc_concatref::to_uint | ( | ) | const [inline] |
Definition at line 240 of file sc_concatref.h.
| long sc_dt::sc_concatref::to_long | ( | ) | const [inline] |
Definition at line 242 of file sc_concatref.h.
| unsigned long sc_dt::sc_concatref::to_ulong | ( | ) | const [inline] |
Definition at line 244 of file sc_concatref.h.
| double sc_dt::sc_concatref::to_double | ( | ) | const [inline] |
Definition at line 246 of file sc_concatref.h.
| void sc_dt::sc_concatref::to_sc_signed | ( | sc_signed & | target | ) | const [inline] |
Definition at line 249 of file sc_concatref.h.
| void sc_dt::sc_concatref::to_sc_unsigned | ( | sc_unsigned & | target | ) | const [inline] |
Definition at line 252 of file sc_concatref.h.
| sc_dt::sc_concatref::operator uint64 | ( | ) | const [inline] |
Definition at line 257 of file sc_concatref.h.
| sc_dt::sc_concatref::operator const sc_unsigned & | ( | ) | const [inline] |
Definition at line 260 of file sc_concatref.h.
| sc_unsigned sc_dt::sc_concatref::operator+ | ( | ) | const [inline] |
Definition at line 265 of file sc_concatref.h.
| sc_signed sc_dt::sc_concatref::operator- | ( | ) | const [inline] |
Definition at line 268 of file sc_concatref.h.
| sc_unsigned sc_dt::sc_concatref::operator~ | ( | ) | const [inline] |
Definition at line 271 of file sc_concatref.h.
| const std::string sc_dt::sc_concatref::to_string | ( | sc_numrep | numrep = SC_DEC |
) | const [inline] |
Definition at line 276 of file sc_concatref.h.
| const std::string sc_dt::sc_concatref::to_string | ( | sc_numrep | numrep, | |
| bool | w_prefix | |||
| ) | const [inline] |
Definition at line 279 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | int | v | ) | [inline] |
Definition at line 286 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | long | v | ) | [inline] |
Definition at line 293 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | int64 | v | ) | [inline] |
Definition at line 300 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | unsigned int | v | ) | [inline] |
Definition at line 307 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | unsigned long | v | ) | [inline] |
Definition at line 314 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | uint64 | v | ) | [inline] |
Definition at line 321 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | const sc_concatref & | v | ) | [inline] |
Definition at line 328 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | const sc_signed & | v | ) | [inline] |
Definition at line 337 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | const sc_unsigned & | v | ) | [inline] |
Definition at line 344 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | const char * | v_p | ) | [inline] |
Definition at line 351 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | const sc_bv_base & | v | ) | [inline] |
Definition at line 360 of file sc_concatref.h.
| const sc_concatref& sc_dt::sc_concatref::operator= | ( | const sc_lv_base & | v | ) | [inline] |
Definition at line 369 of file sc_concatref.h.
| bool sc_dt::sc_concatref::and_reduce | ( | ) | const [inline] |
Definition at line 381 of file sc_concatref.h.
| bool sc_dt::sc_concatref::nand_reduce | ( | ) | const [inline] |
Definition at line 384 of file sc_concatref.h.
| bool sc_dt::sc_concatref::or_reduce | ( | ) | const [inline] |
Definition at line 387 of file sc_concatref.h.
| bool sc_dt::sc_concatref::nor_reduce | ( | ) | const [inline] |
Definition at line 390 of file sc_concatref.h.
| bool sc_dt::sc_concatref::xor_reduce | ( | ) | const [inline] |
Definition at line 393 of file sc_concatref.h.
| bool sc_dt::sc_concatref::xnor_reduce | ( | ) | const [inline] |
Definition at line 396 of file sc_concatref.h.
| void sc_dt::sc_concatref::print | ( | ::std::ostream & | os = ::std::cout |
) | const [inline] |
Definition at line 401 of file sc_concatref.h.
| void sc_dt::sc_concatref::scan | ( | ::std::istream & | is | ) | [inline] |
Definition at line 404 of file sc_concatref.h.
| const T* sc_dt::sc_generic_base< T >::operator-> | ( | ) | const [inline, inherited] |
Definition at line 106 of file sc_value_base.h.
| T* sc_dt::sc_generic_base< T >::operator-> | ( | ) | [inline, inherited] |
Definition at line 110 of file sc_value_base.h.
friend class sc_core::sc_vpool< sc_concatref > [friend] |
Definition at line 82 of file sc_concatref.h.
sc_core::sc_vpool< sc_concatref > sc_dt::sc_concatref::m_pool [static] |
Definition at line 412 of file sc_concatref.h.
sc_value_base* sc_dt::sc_concatref::m_left_p [protected] |
Definition at line 421 of file sc_concatref.h.
sc_value_base* sc_dt::sc_concatref::m_right_p [protected] |
Definition at line 422 of file sc_concatref.h.
int sc_dt::sc_concatref::m_len [protected] |
Definition at line 423 of file sc_concatref.h.
int sc_dt::sc_concatref::m_len_r [protected] |
Definition at line 424 of file sc_concatref.h.
concat_flags sc_dt::sc_concatref::m_flags [protected] |
Definition at line 425 of file sc_concatref.h.
1.5.5