|
gem5 v25.0.0.1
|
#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 |
|
inlinevirtual |
Definition at line 573 of file sc_concatref.hh.
|
inlinestatic |
Definition at line 577 of file sc_concatref.hh.
References m_pool, m_value, and sc_concat_bool().
Referenced by sc_dt::concat(), sc_dt::concat(), sc_dt::operator,(), and sc_dt::sc_concatref::sc_core::sc_vpool< sc_concatref >.
|
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, and m_value.
|
inlinevirtual |
Reimplemented from sc_dt::sc_value_base.
Definition at line 615 of file sc_concatref.hh.
References m_value.
|
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.
Referenced by allocate().
|
protected |
Definition at line 566 of file sc_concatref.hh.
Referenced by allocate(), concat_get_data(), concat_get_uint64(), and sc_concat_bool().