gem5 v24.0.0.0
|
#include <sc_concatref.hh>
Public Member Functions | |
sc_concat_bool () | |
virtual | ~sc_concat_bool () |
virtual int | concat_length (bool *xz_present_p) const |
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 |
Public Member Functions inherited from sc_dt::sc_value_base | |
virtual | ~sc_value_base () |
Static Public Member Functions | |
static sc_concat_bool * | allocate (bool v) |
Protected Attributes | |
bool | m_value |
Static Protected Attributes | |
static sc_core::sc_vpool< sc_concat_bool > | m_pool |
Definition at line 562 of file sc_concatref.hh.
|
inline |
Definition at line 570 of file sc_concatref.hh.
|
inlinevirtual |
Definition at line 573 of file sc_concatref.hh.
|
inlinestatic |
Definition at line 577 of file sc_concatref.hh.
References sc_core::sc_vpool< T >::allocate(), and m_value.
Referenced by sc_dt::concat(), sc_dt::concat(), and sc_dt::operator,().
|
inlinevirtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 594 of file sc_concatref.hh.
References BITS_PER_DIGIT.
|
inlinevirtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 603 of file sc_concatref.hh.
References BITS_PER_DIGIT.
|
inlinevirtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 615 of file sc_concatref.hh.
|
inlinevirtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 586 of file sc_concatref.hh.
|
staticprotected |
Definition at line 565 of file sc_concatref.hh.
|
protected |
Definition at line 566 of file sc_concatref.hh.
Referenced by allocate().