gem5 v24.0.0.0
|
#include <sc_signal.hh>
Protected Attributes | |
std::vector< sc_gem5::Reset * > | _resets |
InternalScEvent | _posedgeEvent |
InternalScEvent | _negedgeEvent |
uint64_t | _posStamp |
uint64_t | _negStamp |
Protected Attributes inherited from sc_gem5::ScSignalBase | |
InternalScEvent | _valueChangedEvent |
uint64_t | _changeStamp |
sc_core::sc_port_base * | _gem5WriterPort |
Additional Inherited Members | |
Public Member Functions inherited from sc_gem5::ScSignalBase | |
virtual const char * | kind () const |
Public Member Functions inherited from sc_core::sc_object | |
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 |
Definition at line 77 of file sc_signal.hh.
|
protected |
Definition at line 159 of file sc_signal.cc.
|
protected |
Definition at line 78 of file sc_signal.cc.
References _negedgeEvent, _negStamp, sc_gem5::getChangeStamp(), sc_core::sc_event::notify(), and sc_core::SC_ZERO_TIME.
|
protected |
Definition at line 71 of file sc_signal.cc.
References _posedgeEvent, _posStamp, sc_gem5::getChangeStamp(), sc_core::sc_event::notify(), and sc_core::SC_ZERO_TIME.
|
protected |
Definition at line 194 of file sc_signal.cc.
References _resets, and _signalReset().
Referenced by _signalReset().
|
protected |
Definition at line 188 of file sc_signal.cc.
|
protected |
Definition at line 182 of file sc_signal.cc.
References _negStamp, and sc_gem5::getChangeStamp().
Referenced by sc_gem5::ScSignalBinary< T, WRITER_POLICY >::negedge().
|
protected |
Definition at line 170 of file sc_signal.cc.
References _negedgeEvent.
Referenced by sc_gem5::ScSignalBinary< T, WRITER_POLICY >::negedge_event().
|
protected |
Definition at line 176 of file sc_signal.cc.
References _posStamp, and sc_gem5::getChangeStamp().
Referenced by sc_gem5::ScSignalBinary< T, WRITER_POLICY >::posedge().
|
protected |
Definition at line 164 of file sc_signal.cc.
References _posedgeEvent.
Referenced by sc_gem5::ScSignalBinary< T, WRITER_POLICY >::posedge_event().
|
protected |
Definition at line 93 of file sc_signal.hh.
Referenced by _signalNegedge(), and negedgeEvent().
|
protected |
Definition at line 96 of file sc_signal.hh.
Referenced by _signalNegedge(), and negedge().
|
protected |
Definition at line 92 of file sc_signal.hh.
Referenced by _signalPosedge(), and posedgeEvent().
|
protected |
Definition at line 95 of file sc_signal.hh.
Referenced by _signalPosedge(), and posedge().
|
mutableprotected |
Definition at line 82 of file sc_signal.hh.
Referenced by _signalReset().