SystemC
Recoding Infrastructure for SystemC v0.6.3 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/communication/sc_signal_rv_ports.h>
Public Types | |
typedef sc_dt::sc_lv< W > | data_type |
typedef sc_inout_rv< W > | this_type |
typedef sc_inout< data_type > | base_type |
typedef base_type::in_if_type | in_if_type |
typedef base_type::in_port_type | in_port_type |
typedef base_type::inout_if_type | inout_if_type |
typedef base_type::inout_port_type | inout_port_type |
![]() | |
typedef sc_dt::sc_lv< W > | data_type |
typedef sc_signal_inout_if < data_type > | if_type |
typedef sc_port< if_type, 1, SC_ONE_OR_MORE_BOUND > | base_type |
typedef sc_inout< data_type > | this_type |
typedef sc_signal_in_if < data_type > | in_if_type |
typedef sc_port< in_if_type, 1, SC_ONE_OR_MORE_BOUND > | in_port_type |
typedef if_type | inout_if_type |
typedef base_type | inout_port_type |
![]() | |
typedef sc_port_base | base_type |
typedef sc_port_b< IF > | this_type |
typedef this_type | port_type |
![]() | |
typedef sc_port_base | this_type |
![]() | |
typedef unsigned | phase_cb_mask |
Public Member Functions | |
sc_inout_rv () | |
sc_inout_rv (const char *name_) | |
sc_inout_rv (inout_if_type &interface_) | |
sc_inout_rv (const char *name_, inout_if_type &interface_) | |
sc_inout_rv (inout_port_type &parent_) | |
sc_inout_rv (const char *name_, inout_port_type &parent_) | |
sc_inout_rv (this_type &parent_) | |
sc_inout_rv (const char *name_, this_type &parent_) | |
virtual | ~sc_inout_rv () |
this_type & | operator= (const data_type &value_) |
this_type & | operator= (const in_if_type &interface_) |
this_type & | operator= (const in_port_type &port_) |
this_type & | operator= (const inout_port_type &port_) |
this_type & | operator= (const this_type &port_) |
virtual void | end_of_elaboration () |
virtual const char * | kind () const |
![]() | |
sc_inout () | |
sc_inout (const char *name_) | |
sc_inout (inout_if_type &interface_) | |
sc_inout (const char *name_, inout_if_type &interface_) | |
sc_inout (inout_port_type &parent_) | |
sc_inout (const char *name_, inout_port_type &parent_) | |
sc_inout (this_type &parent_) | |
sc_inout (const char *name_, this_type &parent_) | |
virtual | ~sc_inout () |
const sc_event & | default_event () const |
const sc_event & | value_changed_event () const |
const data_type & | read () const |
operator const data_type & () const | |
bool | event () const |
void | write (const data_type &value_) |
this_type & | operator= (const data_type &value_) |
this_type & | operator= (const in_if_type &interface_) |
this_type & | operator= (const in_port_type &port_) |
this_type & | operator= (const inout_port_type &port_) |
this_type & | operator= (const this_type &port_) |
void | initialize (const data_type &value_) |
void | initialize (const in_if_type &interface_) |
sc_event_finder & | value_changed () const |
void | add_trace_internal (sc_trace_file *, const std::string &) const |
void | add_trace (sc_trace_file *, const std::string &) const |
![]() | |
sc_port () | |
sc_port (const char *name_) | |
sc_port (IF &interface_) | |
sc_port (const char *name_, IF &interface_) | |
sc_port (base_type &parent_) | |
sc_port (const char *name_, base_type &parent_) | |
sc_port (this_type &parent_) | |
sc_port (const char *name_, this_type &parent_) | |
virtual | ~sc_port () |
![]() | |
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 |
![]() | |
int | bind_count () |
![]() | |
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 |
Definition at line 157 of file sc_signal_rv_ports.h.
typedef sc_inout<data_type> sc_core::sc_inout_rv< W >::base_type |
Definition at line 167 of file sc_signal_rv_ports.h.
typedef sc_dt::sc_lv<W> sc_core::sc_inout_rv< W >::data_type |
Definition at line 164 of file sc_signal_rv_ports.h.
typedef base_type::in_if_type sc_core::sc_inout_rv< W >::in_if_type |
Definition at line 169 of file sc_signal_rv_ports.h.
typedef base_type::in_port_type sc_core::sc_inout_rv< W >::in_port_type |
Definition at line 170 of file sc_signal_rv_ports.h.
typedef base_type::inout_if_type sc_core::sc_inout_rv< W >::inout_if_type |
Definition at line 171 of file sc_signal_rv_ports.h.
typedef base_type::inout_port_type sc_core::sc_inout_rv< W >::inout_port_type |
Definition at line 172 of file sc_signal_rv_ports.h.
typedef sc_inout_rv<W> sc_core::sc_inout_rv< W >::this_type |
Definition at line 166 of file sc_signal_rv_ports.h.
|
inline |
Definition at line 178 of file sc_signal_rv_ports.h.
|
inlineexplicit |
Definition at line 182 of file sc_signal_rv_ports.h.
|
inlineexplicit |
Definition at line 186 of file sc_signal_rv_ports.h.
|
inline |
Definition at line 190 of file sc_signal_rv_ports.h.
|
inlineexplicit |
Definition at line 194 of file sc_signal_rv_ports.h.
|
inline |
Definition at line 198 of file sc_signal_rv_ports.h.
|
inline |
Definition at line 202 of file sc_signal_rv_ports.h.
|
inline |
Definition at line 206 of file sc_signal_rv_ports.h.
|
inlinevirtual |
Definition at line 213 of file sc_signal_rv_ports.h.
|
virtual |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Definition at line 258 of file sc_signal_rv_ports.h.
|
inlinevirtual |
Reimplemented from sc_core::sc_inout< sc_dt::sc_lv< W > >.
Reimplemented in sc_core::sc_out_rv< W >.
Definition at line 241 of file sc_signal_rv_ports.h.
|
inline |
Definition at line 219 of file sc_signal_rv_ports.h.
|
inline |
Definition at line 222 of file sc_signal_rv_ports.h.
|
inline |
Definition at line 225 of file sc_signal_rv_ports.h.
|
inline |
Definition at line 228 of file sc_signal_rv_ports.h.
|
inline |
Definition at line 231 of file sc_signal_rv_ports.h.