gem5
[DEVELOP-FOR-23.0]
|
#include <sc_signal.hh>
Public Member Functions | |
ScSignalBinary (const char *_name) | |
ScSignalBinary (const char *_name, const T &initial_value) | |
const sc_core::sc_event & | posedge_event () const |
const sc_core::sc_event & | negedge_event () const |
bool | posedge () const |
bool | negedge () const |
![]() | |
ScSignalBaseT (const char *_name) | |
ScSignalBaseT (const char *_name, const T &initial_value) | |
virtual | ~ScSignalBaseT () |
virtual void | register_port (sc_core::sc_port_base &port, const char *iface_type_name) |
virtual const T & | read () const |
operator const T & () const | |
virtual void | write (const T &t) |
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 |
![]() | |
virtual const char * | kind () const |
![]() | |
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 |
![]() | |
virtual | ~sc_interface () |
Definition at line 242 of file sc_signal.hh.
|
inline |
Definition at line 245 of file sc_signal.hh.
|
inline |
Definition at line 247 of file sc_signal.hh.
|
inline |
Definition at line 263 of file sc_signal.hh.
|
inline |
Definition at line 257 of file sc_signal.hh.
|
inline |
Definition at line 262 of file sc_signal.hh.
|
inline |
Definition at line 252 of file sc_signal.hh.