gem5
v19.0.0.0
|
#include <sc_signal.hh>
Public Member Functions | |
virtual const char * | kind () const |
![]() | |
const char * | name () const |
const char * | basename () const |
virtual void | print (std::ostream &=std::cout) const |
virtual void | dump (std::ostream &=std::cout) 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 |
Protected Attributes | |
InternalScEvent | _valueChangedEvent |
uint64_t | _changeStamp |
sc_core::sc_port_base * | _gem5WriterPort |
Definition at line 56 of file sc_signal.hh.
|
protected |
Definition at line 40 of file sc_signal.cc.
|
protectedvirtual |
Definition at line 45 of file sc_signal.cc.
|
protected |
Definition at line 66 of file sc_signal.cc.
References _changeStamp, _valueChangedEvent, sc_gem5::getChangeStamp(), sc_core::sc_event::notify(), and sc_core::SC_ZERO_TIME.
Referenced by sc_core::sc_signal< bool, WRITER_POLICY >::_signalChange(), sc_core::sc_signal< sc_dt::sc_logic, WRITER_POLICY >::_signalChange(), and sc_core::sc_buffer< T, WRITER_POLICY >::update().
|
protected |
Definition at line 48 of file sc_signal.cc.
References valueChangedEvent().
|
protected |
Definition at line 60 of file sc_signal.cc.
References _changeStamp, and sc_gem5::getChangeStamp().
|
protectedpure virtual |
|
inlinevirtual |
Reimplemented from sc_core::sc_prim_channel.
Reimplemented in sc_core::sc_signal_rv< W >, sc_core::sc_clock, sc_core::sc_buffer< T, WRITER_POLICY >, and sc_core::sc_signal_resolved.
Definition at line 59 of file sc_signal.hh.
References MipsISA::event.
Referenced by sc_gem5::ScSignalBaseBinary::_signalNegedge(), sc_core::sc_int_sigref::operator=(), sc_core::sc_unsigned_sigref::operator=(), and sc_core::sc_signed_sigref::operator=().
|
protected |
Definition at line 54 of file sc_signal.cc.
References _valueChangedEvent.
Referenced by defaultEvent().
|
protected |
Definition at line 75 of file sc_signal.hh.
Referenced by _signalChange(), and event().
|
protected |
Definition at line 76 of file sc_signal.hh.
|
protected |
Definition at line 74 of file sc_signal.hh.
Referenced by _signalChange(), and valueChangedEvent().