|
gem5 v25.0.0.1
|
#include <sc_port.hh>
Public Member Functions | |
| sc_port_base (const char *name, int n, sc_port_policy p) | |
| virtual | ~sc_port_base () |
| void | warn_port_constructor () const |
| int | maxSize () const |
| int | size () const |
| 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 |
Protected Member Functions | |
| void | bind (sc_interface &) |
| void | bind (sc_port_base &) |
| virtual int | vbind (sc_interface &)=0 |
| virtual int | vbind (sc_port_base &)=0 |
| virtual void | before_end_of_elaboration ()=0 |
| virtual void | end_of_elaboration ()=0 |
| virtual void | start_of_simulation ()=0 |
| virtual void | end_of_simulation ()=0 |
| void | report_error (const char *id, const char *add_msg) const |
| Protected Member Functions inherited from sc_core::sc_object | |
| sc_object () | |
| sc_object (const char *) | |
| sc_object (const sc_object &) | |
| sc_object & | operator= (const sc_object &) |
| virtual | ~sc_object () |
Private Member Functions | |
| virtual sc_interface * | _gem5Interface (int n) const=0 |
| virtual void | _gem5AddInterface (sc_interface *i)=0 |
| virtual const char * | _ifTypeName () const=0 |
| virtual sc_port_policy | _portPolicy () const=0 |
Private Attributes | |
| ::sc_gem5::Port * | _gem5Port |
Friends | |
| class | ::sc_gem5::Module |
| class | ::sc_gem5::Port |
| class | ::sc_gem5::Kernel |
Definition at line 74 of file sc_port.hh.
| sc_core::sc_port_base::sc_port_base | ( | const char * | name, |
| int | n, | ||
| sc_port_policy | p ) |
Definition at line 59 of file sc_port.cc.
|
virtual |
Definition at line 79 of file sc_port.cc.
|
privatepure virtual |
|
privatepure virtual |
|
privatepure virtual |
|
privatepure virtual |
|
protectedpure virtual |
|
protected |
Definition at line 109 of file sc_port.cc.
|
protected |
Definition at line 110 of file sc_port.cc.
|
protectedpure virtual |
|
protectedpure virtual |
|
inlinevirtual |
Reimplemented from sc_core::sc_object.
Definition at line 85 of file sc_port.hh.
| int sc_core::sc_port_base::maxSize | ( | ) | const |
Definition at line 106 of file sc_port.cc.
|
protected |
Definition at line 97 of file sc_port.cc.
| int sc_core::sc_port_base::size | ( | ) | const |
Definition at line 107 of file sc_port.cc.
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
| void sc_core::sc_port_base::warn_port_constructor | ( | ) | const |
Definition at line 85 of file sc_port.cc.
|
friend |
Definition at line 107 of file sc_port.hh.
|
friend |
Definition at line 92 of file sc_port.hh.
|
friend |
Definition at line 106 of file sc_port.hh.
|
private |
Definition at line 112 of file sc_port.hh.