SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Abstract base class for class sc_port. More...
#include <sysc/communication/sc_port.h>
Public Types | |
typedef sc_port_base | base_type |
typedef sc_port_b< IF > | this_type |
typedef this_type | port_type |
typedef unsigned | phase_cb_mask |
Public Member Functions | |
SC_VIRTUAL_ void | bind (IF &interface_) |
void | operator() (IF &interface_) |
SC_VIRTUAL_ void | bind (port_type &parent_) |
void | operator() (port_type &parent_) |
int | size () const |
IF * | operator-> () |
const IF * | operator-> () const |
const IF * | get_interface (int iface_i) const |
IF * | get_interface (int iface_i) |
IF * | operator[] (int index_) |
const IF * | operator[] (int index_) const |
virtual sc_interface * | get_interface () |
virtual const sc_interface * | get_interface () const |
virtual sc_type_index | get_interface_type () const |
int | bind_count () |
virtual const char * | kind () const |
const char * | name () const |
const char * | basename () const |
virtual void | print (::std::ostream &os=::std::cout) const |
virtual void | dump (::std::ostream &os=::std::cout) const |
virtual void | trace (sc_trace_file *tf) const |
sc_simcontext * | simcontext () const |
bool | add_attribute (sc_attr_base &) |
sc_attr_base * | get_attribute (const std::string &name_) |
const sc_attr_base * | get_attribute (const std::string &name_) const |
sc_attr_base * | remove_attribute (const std::string &name_) |
void | remove_all_attributes () |
int | num_attributes () const |
sc_attr_cltn & | attr_cltn () |
const sc_attr_cltn & | attr_cltn () const |
virtual const std::vector< sc_event * > & | get_child_events () const |
virtual const std::vector< sc_object * > & | get_child_objects () const |
sc_object * | get_parent () const |
sc_object * | get_parent_object () const |
Protected Attributes | |
sc_bind_info * | m_bind_info |
Friends | |
class | sc_sensitive |
class | sc_sensitive_neg |
class | sc_sensitive_pos |
Abstract base class for class sc_port.
typedef sc_port_base sc_core::sc_port_b< IF >::base_type |
|
inherited |
Definition at line 75 of file sc_object.h.
typedef this_type sc_core::sc_port_b< IF >::port_type |
typedef sc_port_b<IF> sc_core::sc_port_b< IF >::this_type |
|
inlineexplicitprotected |
|
inlineprotected |
|
inlineprotectedvirtual |
|
inherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_process_b.
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedvirtualinherited |
|
protectedinherited |
|
inline |
|
inline |
|
inherited |
|
virtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_inout< sc_dt::sc_logic >, sc_core::sc_inout< bool >, sc_core::sc_inout< T >, sc_core::sc_inout< sc_dt::sc_lv< W > >, sc_core::sc_in< sc_dt::sc_logic >, sc_core::sc_in< bool >, sc_core::sc_in< T >, sc_core::sc_in< sc_dt::sc_lv< W > >, sc_core::sc_inout_rv< W >, sc_core::sc_inout_resolved, sc_core::sc_in_rv< W >, and sc_core::sc_in_resolved.
|
protectedvirtualinherited |
|
inherited |
|
inherited |
|
inlinevirtualinherited |
Definition at line 114 of file sc_object.h.
|
inlinevirtualinherited |
Reimplemented in sc_core::sc_process_b, and sc_core::sc_module.
Definition at line 117 of file sc_object.h.
|
inline |
|
inline |
|
inlinevirtual |
Implements sc_core::sc_port_base.
|
inlinevirtual |
Implements sc_core::sc_port_base.
|
inlinevirtual |
Implements sc_core::sc_port_base.
|
inherited |
|
inlineinherited |
Definition at line 121 of file sc_object.h.
|
inlinevirtualinherited |
Reimplemented from sc_core::sc_object.
Reimplemented in sc_core::sc_out< T >, sc_core::sc_out< bool >, sc_core::sc_inout< sc_dt::sc_logic >, sc_core::sc_inout< bool >, sc_core::sc_inout< T >, sc_core::sc_inout< sc_dt::sc_lv< W > >, sc_core::sc_in< sc_dt::sc_logic >, sc_core::sc_in< bool >, sc_core::sc_port< IF, N, P >, sc_core::sc_port< sc_signal_inout_if< T >, 1, SC_ONE_OR_MORE_BOUND >, sc_core::sc_port< sc_signal_in_if< bool >, 1, SC_ONE_OR_MORE_BOUND >, sc_core::sc_port< sc_fifo_out_if< T >, 0, SC_ONE_OR_MORE_BOUND >, sc_core::sc_port< sc_signal_inout_if< sc_dt::sc_logic >, 1, SC_ONE_OR_MORE_BOUND >, sc_core::sc_port< sc_signal_inout_if< bool >, 1, SC_ONE_OR_MORE_BOUND >, sc_core::sc_port< sc_signal_in_if< T >, 1, SC_ONE_OR_MORE_BOUND >, sc_core::sc_port< sc_signal_in_if< sc_dt::sc_logic >, 1, SC_ONE_OR_MORE_BOUND >, sc_core::sc_port< sc_fifo_in_if< T >, 0, SC_ONE_OR_MORE_BOUND >, sc_core::sc_out_rv< W >, sc_core::sc_out_resolved, sc_core::sc_fifo_out< T >, sc_core::sc_in< T >, sc_core::sc_in< sc_dt::sc_lv< W > >, sc_core::sc_inout_rv< W >, sc_core::sc_inout_resolved, sc_core::sc_fifo_in< T >, sc_core::sc_in_rv< W >, and sc_core::sc_in_resolved.
|
protectedvirtual |
Reimplemented from sc_core::sc_port_base.
|
protectedvirtual |
Reimplemented from sc_core::sc_port_base.
|
inlineinherited |
Definition at line 77 of file sc_object.h.
|
inherited |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtualinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
Reimplemented in sc_core::sc_process_b.
|
protectedinherited |
|
inlineinherited |
Definition at line 91 of file sc_object.h.
|
inline |
|
protectedvirtualinherited |
|
virtualinherited |
|
protectedinherited |
|
inlineprotectedvirtual |
Implements sc_core::sc_port_base.
Reimplemented in sc_core::sc_in< sc_dt::sc_logic >, sc_core::sc_in< bool >, sc_core::sc_in< T >, and sc_core::sc_in< sc_dt::sc_lv< W > >.
|
inlineprotectedvirtual |
Implements sc_core::sc_port_base.
Reimplemented in sc_core::sc_in< sc_dt::sc_logic >, sc_core::sc_in< bool >, sc_core::sc_in< T >, and sc_core::sc_in< sc_dt::sc_lv< W > >.
|
friend |
|
friend |
|
friend |
|
protectedinherited |