gem5 v24.0.0.0
|
#include <sc_signal_rv.hh>
Public Member Functions | |
sc_signal_rv () | |
sc_signal_rv (const char *name) | |
virtual | ~sc_signal_rv () |
virtual void | register_port (sc_port_base &, const char *) |
virtual void | write (const sc_dt::sc_lv< W > &l) |
sc_signal_rv< W > & | operator= (const sc_dt::sc_lv< W > &l) |
sc_signal_rv< W > & | operator= (const sc_signal_rv< W > &r) |
virtual const char * | kind () const |
Public Member Functions inherited from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS > | |
sc_signal () | |
sc_signal (const char *name) | |
sc_signal (const char *name, const sc_dt::sc_lv< W > &initial_value) | |
virtual | ~sc_signal () |
sc_signal< sc_dt::sc_lv< W >, WRITER_POLICY > & | operator= (const sc_dt::sc_lv< W > &t) |
sc_signal< sc_dt::sc_lv< W >, WRITER_POLICY > & | operator= (const sc_signal< sc_dt::sc_lv< W >, WRITER_POLICY > &s) |
Public Member Functions inherited from sc_gem5::ScSignalBaseT< sc_dt::sc_lv< W >, WRITER_POLICY > | |
ScSignalBaseT (const char *_name) | |
ScSignalBaseT (const char *_name, const sc_dt::sc_lv< W > &initial_value) | |
virtual | ~ScSignalBaseT () |
virtual const sc_dt::sc_lv< W > & | read () const |
operator const sc_dt::sc_lv< W > & () const | |
virtual const sc_core::sc_event & | default_event () const |
virtual const sc_core::sc_event & | value_changed_event () const |
virtual void | print (std::ostream &os=std::cout) const |
virtual void | dump (std::ostream &os=std::cout) const |
virtual bool | event () const |
virtual sc_core::sc_writer_policy | get_writer_policy () const |
Public Member Functions inherited from sc_core::sc_object | |
const char * | name () const |
const char * | basename () const |
virtual const std::vector< sc_object * > & | get_child_objects () const |
virtual const std::vector< sc_event * > & | get_child_events () const |
sc_object * | get_parent_object () const |
bool | add_attribute (sc_attr_base &) |
sc_attr_base * | get_attribute (const std::string &) |
sc_attr_base * | remove_attribute (const std::string &) |
void | remove_all_attributes () |
int | num_attributes () const |
sc_attr_cltn & | attr_cltn () |
const sc_attr_cltn & | attr_cltn () const |
sc_simcontext * | simcontext () const |
Public Member Functions inherited from sc_core::sc_interface | |
virtual | ~sc_interface () |
Private Member Functions | |
sc_signal_rv (const sc_signal_rv< W > &) | |
Private Attributes | |
std::map<::sc_gem5::Process *, sc_dt::sc_lv< W > > | inputs |
Additional Inherited Members | |
Protected Attributes inherited from sc_gem5::ScSignalBaseT< sc_dt::sc_lv< W >, WRITER_POLICY > | |
sc_dt::sc_lv< W > | m_cur_val |
sc_dt::sc_lv< W > | m_new_val |
WriteChecker< WRITER_POLICY > | _checker |
Protected Attributes inherited from sc_gem5::ScSignalBase | |
InternalScEvent | _valueChangedEvent |
uint64_t | _changeStamp |
sc_core::sc_port_base * | _gem5WriterPort |
Definition at line 58 of file sc_signal_rv.hh.
|
inline |
Definition at line 61 of file sc_signal_rv.hh.
|
inline |
Definition at line 64 of file sc_signal_rv.hh.
|
inlinevirtual |
Definition at line 67 of file sc_signal_rv.hh.
|
inlineprivate |
Definition at line 130 of file sc_signal_rv.hh.
|
inlinevirtual |
Reimplemented from sc_gem5::ScSignalBase.
Definition at line 98 of file sc_signal_rv.hh.
|
inline |
Definition at line 86 of file sc_signal_rv.hh.
References sc_core::sc_signal_rv< W >::write().
|
inline |
Definition at line 92 of file sc_signal_rv.hh.
References sc_core::sc_signal_rv< W >::write().
|
inlinevirtual |
Reimplemented from sc_gem5::ScSignalBaseT< sc_dt::sc_lv< W >, WRITER_POLICY >.
Definition at line 69 of file sc_signal_rv.hh.
|
inlineprotectedvirtual |
Reimplemented from sc_core::sc_signal< sc_dt::sc_lv< W >, SC_MANY_WRITERS >.
Definition at line 102 of file sc_signal_rv.hh.
References sc_core::sc_signal_rv< W >::inputs, sc_dt::Log_0, sc_dt::Log_1, sc_dt::Log_X, sc_dt::Log_Z, sc_gem5::ScSignalBaseT< sc_dt::sc_lv< W >, WRITER_POLICY >::m_new_val, and sc_core::sc_signal_rv< W >::update().
Referenced by sc_core::sc_signal_rv< W >::update().
|
inlinevirtual |
Reimplemented from sc_gem5::ScSignalBaseT< sc_dt::sc_lv< W >, WRITER_POLICY >.
Definition at line 72 of file sc_signal_rv.hh.
References sc_gem5::getCurrentProcess(), sc_core::sc_signal_rv< W >::inputs, and sc_core::sc_prim_channel::request_update().
Referenced by sc_core::sc_signal_rv< W >::operator=(), and sc_core::sc_signal_rv< W >::operator=().
|
private |
Definition at line 134 of file sc_signal_rv.hh.
Referenced by sc_core::sc_signal_rv< W >::update(), and sc_core::sc_signal_rv< W >::write().